aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2024-10-10 23:52:10 +0900
committerJaKooLit <ejhay.games@gmail.com>2024-10-10 23:52:10 +0900
commit1e959a79026c8ca230fc3ae78ec180dab1e2bfee (patch)
tree4508d02c1501e4b6382a912d2f0903016a1606fb /config
parentef5d3ccbb8e7d82a184e36e45d67391aca65082d (diff)
added togglesplit
Diffstat (limited to 'config')
-rw-r--r--config/hypr/configs/Keybinds.conf11
1 files changed, 8 insertions, 3 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf
index 9c077336..75406822 100644
--- a/config/hypr/configs/Keybinds.conf
+++ b/config/hypr/configs/Keybinds.conf
@@ -12,7 +12,7 @@ $UserScripts = $HOME/.config/hypr/UserScripts
bind = CTRL ALT, Delete, exec, hyprctl dispatch exit 0
bind = $mainMod, Q, killactive,
-bind = $mainMod, F, fullscreen
+bind = $mainMod, F, fullscreen
bind = $mainMod SHIFT, Q, exec, $scriptsDir/KillActiveProcess.sh
bind = $mainMod SHIFT, F, togglefloating,
bind = $mainMod ALT, F, exec, hyprctl dispatch workspaceopt allfloat
@@ -43,15 +43,20 @@ bind = $mainMod, B, exec, pkill -SIGUSR1 waybar # Toggle hide/show waybar
bind = $mainMod CTRL, B, exec, $scriptsDir/WaybarStyles.sh # Waybar Styles Menu
bind = $mainMod ALT, B, exec, $scriptsDir/WaybarLayout.sh # Waybar Layout Menu
+# Dwindle Layout
+bind = $mainMod SHIFT, I, togglesplit # only works on dwindle layout
+bind = $mainMod, P, pseudo, # dwindle
+
# Master Layout
bind = $mainMod CTRL, D, layoutmsg, removemaster
bind = $mainMod, I, layoutmsg, addmaster
bind = $mainMod, J, layoutmsg, cyclenext
bind = $mainMod, K, layoutmsg, cycleprev
-bind = $mainMod, M, exec, hyprctl dispatch splitratio 0.3
-bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod CTRL, Return, layoutmsg, swapwithmaster
+# Works on either layout (Master or Dwindle)
+bind = $mainMod, M, exec, hyprctl dispatch splitratio 0.3
+
# group
bind = $mainMod, G, togglegroup
bind = $mainMod CTRL, tab, changegroupactive #change focus to another window
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage