From 5343035045851f856021f86ab4f975428babc615 Mon Sep 17 00:00:00 2001 From: Leon Vatthauer Date: Sun, 10 Mar 2024 10:46:50 +0100 Subject: [PATCH] move workspaces, add scratchpad --- gunther/hypr/hyprland.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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"