diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-08-25 14:05:25 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-08-29 21:41:35 -0700 |
| commit | bac791c5db03dee7db9cba4eedc00fe773b71bcd (patch) | |
| tree | 7d414ffce6982c52b183dd42bc3c313fbec7b3c8 /config/hypr/configs | |
| parent | bf0d3b82773942e9e2f1624b1a8ffd9ec248d574 (diff) | |
Added floalall same size lua to bindings
SUPERCTRL + SPACE
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: CHANGELOG.md
modified: config/hypr/configs/system_keybinds.lua
modified: config/hypr/lua/keybinds.lua
Diffstat (limited to 'config/hypr/configs')
| -rw-r--r-- | config/hypr/configs/system_keybinds.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/hypr/configs/system_keybinds.lua b/config/hypr/configs/system_keybinds.lua index 3db2a6ac..0f0c9633 100644 --- a/config/hypr/configs/system_keybinds.lua +++ b/config/hypr/configs/system_keybinds.lua @@ -367,6 +367,12 @@ bind( { description = "Float all windows" } ) bind( + "SUPER CTRL", + "SPACE", + exec_cmd("$HOME/.config/hypr/scripts/float.all.samesize.lua"), + { description = "Float all windows same size" } +) +bind( "SUPER SHIFT", "Return", exec_cmd("$HOME/.config/hypr/scripts/Dropterminal.sh kitty"), |
