From ca28a7e3de8d65b1893fa40cadc57005c6020f76 Mon Sep 17 00:00:00 2001 From: Alex van de Sandt Date: Mon, 18 May 2026 08:06:03 -0500 Subject: [PATCH] Adjust steam/discord workspace keybinds --- desktop/hyprland.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/desktop/hyprland.nix b/desktop/hyprland.nix index 5f5337f..202f88b 100644 --- a/desktop/hyprland.nix +++ b/desktop/hyprland.nix @@ -16,7 +16,6 @@ # autostart exec-once = [ - # "waybar &" "1password --silent &" "hyprpaper &" ]; @@ -140,7 +139,7 @@ "$mainMod, M, exit," "$mainMod, V, togglefloating," "$mainMod, SPACE, exec, $menu" - "$mainMod, P, pseudo, # dwindle" + "$mainMod, P, fullscreen" "$mainMod, F, exec, $browser" "$mainMod, TAB, focuscurrentorlast" @@ -181,8 +180,10 @@ "$mainMod SHIFT, 0, movetoworkspace, 10" # Switch to app-specific workspaces - "$mainMod SHIFT, D, workspace, discord" - "$mainMod SHIFT, S, workspace, steam" + "$mainMod , D, workspace, discord" + "$mainMod SHIFT, D, movetoworkspace, discord" + "$mainMod , S, workspace, steam" + "$mainMod SHIFT, S, movetoworkspace, steam" # Scroll through existing workspaces with mainMod + scroll "$mainMod, mouse_up, workspace, e+1" -- 2.51.2