mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
add hyprcursor
This commit is contained in:
parent
2f6ff821ba
commit
a16c9f1cae
3 changed files with 24 additions and 1 deletions
|
@ -349,6 +349,7 @@ _Subcategory `group:groupbar:`_
|
||||||
| background_color | change the background color. (requires enabled `disable_hyprland_logo`) | color | 0x111111 |
|
| 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 |
|
| 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 |
|
| 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
|
## Binds
|
||||||
|
|
||||||
|
|
|
@ -12,3 +12,4 @@ These docs always target latest -git branch of respective apps.
|
||||||
- **[hypridle](./hypridle)**
|
- **[hypridle](./hypridle)**
|
||||||
- **[hyprlock](./hyprlock)**
|
- **[hyprlock](./hyprlock)**
|
||||||
- **[xdg-desktop-portal-hyprland](./xdg-desktop-portal-hyprland)**
|
- **[xdg-desktop-portal-hyprland](./xdg-desktop-portal-hyprland)**
|
||||||
|
- **[hyprcursor](./hyprcursor)**
|
21
pages/Hypr Ecosystem/hyprcursor.md
Normal file
21
pages/Hypr Ecosystem/hyprcursor.md
Normal 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
|
||||||
|
```
|
Loading…
Reference in a new issue