mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
Update Using-hyprctl.md
Added GTK cursor change tutorials alongside a command for listing available cursors
This commit is contained in:
parent
1494ff6a3a
commit
57b8719628
1 changed files with 6 additions and 0 deletions
|
@ -87,6 +87,12 @@ e.g.:
|
||||||
hyprctl setcursor Bibata-Modern-Classic 24
|
hyprctl setcursor Bibata-Modern-Classic 24
|
||||||
```
|
```
|
||||||
|
|
||||||
|
As for setting your GTK Cursor, you can use a tool like `nwg-look`.
|
||||||
|
|
||||||
|
You can also do this manually by editing both `~/.config/gtk-3.0/settings.ini` and `~/.config/gtk-4.0/settings.ini` to include `gtk-cursor-theme-name=$CURSOR_THEME_NAME`
|
||||||
|
|
||||||
|
If you are not sure what your installed cursors are called, you can run `find /usr/share/icons ~/.local/share/icons ~/.icons -type d -name "cursors"` to get a list of available cursors on your system.
|
||||||
|
|
||||||
### output
|
### output
|
||||||
|
|
||||||
Allows you to add and remove fake outputs to your preferred backend.
|
Allows you to add and remove fake outputs to your preferred backend.
|
||||||
|
|
Loading…
Reference in a new issue