cleaned up hyprland.settings in hyprland.nix, made cursor scaling consistently 24
This commit is contained in:
parent
667d5fd2eb
commit
90e5c5528b
2 changed files with 12 additions and 18 deletions
|
@ -56,7 +56,7 @@
|
|||
DEFAULT_BROWSER = "${lib.getExe pkgs.firefox}";
|
||||
# Allow XWayland apps to not be weird after turning off xwayland scaling in hyprland.conf
|
||||
GDK_SCALE = 1;
|
||||
XCURSOR_SIZE = 32;
|
||||
XCURSOR_SIZE = 24;
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue