From e8aa5827829fec575ef4afd873a55174457812fd Mon Sep 17 00:00:00 2001 From: Don Williams Date: Tue, 25 Aug 2026 16:26:27 -0400 Subject: Fixed new binding not added to default template Signed-off-by: Don Williams On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/Keybinds.conf --- config/hypr/configs/Keybinds.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'config/hypr/configs/Keybinds.conf') diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 844f4905..9fa00a63 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -50,6 +50,7 @@ bindd = $mainMod SHIFT, F, Fullscreen, fullscreen, 1 bindd = $mainMod, F, Maximize window, fullscreen bindd = $mainMod, SPACE, Float current window, togglefloating, bindd = $mainMod ALT, SPACE, Float all windows, exec, $scriptsDir/Float-all-Windows.sh +bindd = $mainMod CTRL, SPACE, Float all windows same size, exec, $scriptsDir/float.all.samesize.lua # NOTE: Dropterminal is currently certified only with kitty. Not all terminals behave correctly as a dropdown. bindd = $mainMod SHIFT, Return, DropDown terminal, exec, $scriptsDir/Dropterminal.sh kitty -- cgit v1.2.3