diff --git a/home/jonas/hyprland/config.nix b/home/jonas/hyprland/config.nix index 9883bba..10f4e72 100644 --- a/home/jonas/hyprland/config.nix +++ b/home/jonas/hyprland/config.nix @@ -47,7 +47,11 @@ 10) ); # See https://wiki.hyprland.org/Configuring/Monitors/ - monitor = ",preferred,auto,auto"; + monitor = ",preferred,auto,2"; + env = [ + "GDK_SCALE,2" + "XCURSOR_SIZE,12" + ]; xwayland = { force_zero_scaling = true; @@ -61,9 +65,6 @@ # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf - # Some default env vars. - env = "XCURSOR_SIZE,12"; - # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input = { kb_layout = "de";