mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-12 03:56:56 +02:00
fix: set mouse cursor
This commit is contained in:
parent
10e8926d1e
commit
fa3971e9b0
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
[Settings]
|
||||
gtk-theme-name=Adwaita
|
||||
gtk-theme-name=Colloid-Dark
|
||||
gtk-icon-theme-name=Adwaita
|
||||
gtk-font-name=Cantarell 11
|
||||
gtk-cursor-theme-name=Bibata-Modern-Ice
|
||||
|
|
|
@ -11,6 +11,7 @@ env = HYPRCURSOR_THEME, $mouse_cursor
|
|||
env = XCURSOR_THEME, $mouse_cursor
|
||||
env = HYPRCURSOR_SIZE, $mouse_cursor_size
|
||||
env = XCURSOR_SIZE, $mouse_cursor_size
|
||||
exec-once = hyprctl setcursor $mouse_cursor $mouse_cursor_size
|
||||
exec-once = gsettings set org.gnome.desktop.interface cursor-theme $mouse_cursor
|
||||
|
||||
env = ELECTRON_OZONE_PLATFORM_HINT, auto
|
||||
|
|
Loading…
Add table
Reference in a new issue