diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-08-25 16:26:27 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-08-29 21:41:35 -0700 |
| commit | e8aa5827829fec575ef4afd873a55174457812fd (patch) | |
| tree | 58839deb6aa0f49e89b651dc5205c3b4f00b7987 /config/hypr | |
| parent | 019cc83cee148b3a9f327f079f0247ee7425b863 (diff) | |
Fixed new binding not added to default template
Signed-off-by: Don Williams <don.e.williams@gmail.com>
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/hypr/configs/Keybinds.conf
Diffstat (limited to 'config/hypr')
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
