cleaned up hyprland.settings in hyprland.nix, made cursor scaling consistently 24

This commit is contained in:
Gabriella Bere 2024-09-01 11:31:03 +01:00
parent 667d5fd2eb
commit 90e5c5528b
2 changed files with 12 additions and 18 deletions

View file

@ -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;
};