From 9499f164c05085a9c477d3e7497f483b9ba06bae Mon Sep 17 00:00:00 2001 From: Peter Vacho Date: Mon, 22 Sep 2025 09:44:24 +0200 Subject: [PATCH] Add movetoworkspacesilent binding for special workspace --- home/.config/hypr/hyprland.d/keybinds.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/.config/hypr/hyprland.d/keybinds.conf b/home/.config/hypr/hyprland.d/keybinds.conf index 61039bb..572e375 100644 --- a/home/.config/hypr/hyprland.d/keybinds.conf +++ b/home/.config/hypr/hyprland.d/keybinds.conf @@ -120,8 +120,9 @@ bind = ALT, grave, changegroupactive, b # ### SPECIAL WORKSPACE (SCRATCHPAD) ### # ###################################### -bind = ALT, grave, movetoworkspace, special bind = SUPER, grave, togglespecialworkspace, +bind = ALT, grave, movetoworkspace, special +bind = SUPER SHIFT, grave, movetoworkspacesilent, special # ######################### # ### MOVE WINDOW FOCUS ###