diff options
Diffstat (limited to 'config/hypr/configs/system_keybinds.lua')
| -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"), |
