aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/hypr/configs/system_keybinds.lua6
-rw-r--r--config/hypr/lua/keybinds.lua1
2 files changed, 7 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"),
diff --git a/config/hypr/lua/keybinds.lua b/config/hypr/lua/keybinds.lua
index 5c1db96e..39c33c21 100644
--- a/config/hypr/lua/keybinds.lua
+++ b/config/hypr/lua/keybinds.lua
@@ -118,6 +118,7 @@ local app_binds = {
"Hyprshot Screen Capture",
},
{ "SUPER ALT", "SPACE", "$HOME/.config/hypr/scripts/Float-all-Windows.sh", "Float all windows" },
+ { "SUPER CTRL", "SPACE", "$HOME/.config/hypr/scripts/float.all.samesize.lua", "Float all windows same size" },
-- NOTE: Dropterminal is currently certified only with kitty. Not all terminals behave correctly as a dropdown.
{ "SUPER SHIFT", "Return", "$HOME/.config/hypr/scripts/Dropterminal.sh kitty", "DropDown terminal" },
{
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage