From 79267da5f211b751a336d90cb7340ce1848aa3af Mon Sep 17 00:00:00 2001 From: Fredrik Storm Date: Mon, 27 Oct 2025 09:00:35 +0100 Subject: [PATCH] Add bindings for scratchpad support (#2669) * Add bindings for scratchpad support This is great for hiding windows temporarily and bringing them up when needed in an overlay, I'm using it to hide away my webcam control in meetings. ;) * Change shortcut to move window to scratchpad --------- Co-authored-by: David Heinemeier Hansson --- default/hypr/bindings/tiling-v2.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default/hypr/bindings/tiling-v2.conf b/default/hypr/bindings/tiling-v2.conf index 5a49a4d5..805b4b46 100644 --- a/default/hypr/bindings/tiling-v2.conf +++ b/default/hypr/bindings/tiling-v2.conf @@ -38,6 +38,10 @@ bindd = SUPER SHIFT, code:16, Move window to workspace 7, movetoworkspace, 7 bindd = SUPER SHIFT, code:17, Move window to workspace 8, movetoworkspace, 8 bindd = SUPER SHIFT, code:18, Move window to workspace 9, movetoworkspace, 9 +# Control scratchpad +bindd = SUPER, S, Toggle scratchpad, togglespecialworkspace, scratchpad +bindd = SUPER ALT, S, Move window to scratchpad, movetoworkspacesilent, special:scratchpad + # TAB between workspaces bindd = SUPER, TAB, Next workspace, workspace, e+1 bindd = SUPER SHIFT, TAB, Previous workspace, workspace, e-1