mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 04:35:59 +01:00
add instructions for hyprcursor
This commit is contained in:
parent
e089b1c818
commit
5f3e727ffe
1 changed files with 7 additions and 1 deletions
|
@ -18,4 +18,10 @@ example snippet of `hyprland.conf`:
|
||||||
```ini
|
```ini
|
||||||
env = HYPRCURSOR_THEME,MyCursor
|
env = HYPRCURSOR_THEME,MyCursor
|
||||||
env = HYPRCURSOR_SIZE,24
|
env = HYPRCURSOR_SIZE,24
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Creating / Porting Themes
|
||||||
|
|
||||||
|
Go to the [hyprcursor repo](https://github.com/hyprwm/hyprcursor)
|
||||||
|
|
||||||
|
See the `docs/` and `hyprcursor-util/` directories for instructions.
|
Loading…
Reference in a new issue