diff --git a/gunther/hypr/hyprland.nix b/gunther/hypr/hyprland.nix index 8a162f2..7be7ccb 100644 --- a/gunther/hypr/hyprland.nix +++ b/gunther/hypr/hyprland.nix @@ -5,6 +5,11 @@ enable = true; xwayland.enable = true; settings = { + workspace = [ + "1, monitor:HDMI-A-3, default:true, persistent:true" + "2, monitor:DP-3 , default:true, persistent:true" + "special:scratchpad, on-created-empty:foot" + ]; monitor = [ "DP-3 , 2560x1440@144, 1920x0, 1" "HDMI-A-5, 1920x1080@75 , 0x0 , 1" @@ -86,7 +91,7 @@ # fullscreen "$mod, F11, fullscreen, 0" - "$mod, m, fullscreen, 1" # maximize + # "$mod, m, fullscreen, 1" # maximize # floating "$mod, F, togglefloating, active" @@ -94,7 +99,8 @@ # screenshot ", Print, exec, grimblast copysave area $HOME\"/screenshots/\"$(date +'%F-%T.png');" - + # scratchpad + "$mod, C, togglespecialworkspace, scratchpad" ]; bindm = [ "$mod, mouse:272, movewindow"