diff --git a/home-manager/hyprland.nix b/home-manager/hyprland.nix index 168c2e0..ef65bd8 100644 --- a/home-manager/hyprland.nix +++ b/home-manager/hyprland.nix @@ -78,6 +78,7 @@ } monitor = DP-2, 2560x1440@180, 0x0, 1#, bitdepth, 10, cm, hdr + #monitor = DP-2, 1920x1080@180, 0x0, 1#, bitdepth, 10, cm, hdr monitor = HDMI-A-1, 1920x1080@60, 2560x0, 1 bind=$mainMod, Q, exec, $terminal @@ -131,13 +132,18 @@ bind=$mainMod, mouse_up, workspace, e-1 bindm=$mainMod, mouse:272, movewindow bindm=$mainMod, mouse:273, resizewindow + env=XCURSOR_SIZE,24 env=HYPRCURSOR_SIZE,24 + exec-once=swww-daemon exec=swww img ${config.stylix.image} exec-once=waybar exec=pkill waybar; waybar + windowrulev2=suppressevent maximize, class:.* #windowrulev2 = opacity 0.9, class:(com.mitchellh.ghostty) + + layerrule = noanim, selection ''; }