add hyprcursor

This commit is contained in:
Vaxry 2024-03-09 16:58:32 +00:00
parent 2f6ff821ba
commit a16c9f1cae
3 changed files with 24 additions and 1 deletions

View File

@ -349,6 +349,7 @@ _Subcategory `group:groupbar:`_
| background_color | change the background color. (requires enabled `disable_hyprland_logo`) | color | 0x111111 |
| close_special_on_empty | close the special workspace if the last window is removed | bool | true |
| new_window_takes_over_fullscreen | if there is a fullscreen window, whether a new tiled window opened should replace the fullscreen one or stay behind. 0 - behind, 1 - takes over, 2 - unfullscreen the current fullscreen window [0/1/2] | int | 0 |
| enable_hyprcursor | whether to enable hyprcursor support | bool | true |
## Binds

View File

@ -11,4 +11,5 @@ These docs always target latest -git branch of respective apps.
- **[hyprpicker](./hyprpicker)**
- **[hypridle](./hypridle)**
- **[hyprlock](./hyprlock)**
- **[xdg-desktop-portal-hyprland](./xdg-desktop-portal-hyprland)**
- **[xdg-desktop-portal-hyprland](./xdg-desktop-portal-hyprland)**
- **[hyprcursor](./hyprcursor)**

View File

@ -0,0 +1,21 @@
hyprcursor is a new cursor theme format that has many advantages
over the widely used xcursor.
## Hyprcursor themes
You will need to obtain those yourself. If you are on the discord server, see `#hyprcursor-themes`.
Put your theme(s) in `~/.local/share/icons` or `~/.icons`
You can set your theme with envvars, or with `hyprctl setcursor`.
Env:
- `HYPRCURSOR_THEME` controls the theme.
- `HYPRCURSOR_SIZE` controls the cursor size.
example snippet of `hyprland.conf`:
```ini
env = HYPRCURSOR_THEME,MyCursor
env = HYPRCURSOR_SIZE,24
```