35 lines
1 KiB
Text
35 lines
1 KiB
Text
|
|
||
|
dwindle {
|
||
|
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||
|
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||
|
force_split = 2
|
||
|
preserve_split = yes # you probably want this
|
||
|
no_gaps_when_only = yes
|
||
|
use_active_for_splits = yes
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
# move windows
|
||
|
# dwindle
|
||
|
#bind = $mainMod SHIFT, left, movewindow, l
|
||
|
#bind = $mainMod SHIFT, right, movewindow, r
|
||
|
#bind = $mainMod SHIFT, up, movewindow, u
|
||
|
#bind = $mainMod SHIFT, down, movewindow, d
|
||
|
#bind = $mainMod SHIFT, h, movewindow, l
|
||
|
#bind = $mainMod SHIFT, l, movewindow, r
|
||
|
#bind = $mainMod SHIFT, k, movewindow, u
|
||
|
#bind = $mainMod SHIFT, j, movewindow, d
|
||
|
|
||
|
|
||
|
# Move focus with mainMod + arrow keys
|
||
|
# dwindle
|
||
|
#bind = $mainMod, left, movefocus, l
|
||
|
#bind = $mainMod, right, movefocus, r
|
||
|
#bind = $mainMod, up, movefocus, u
|
||
|
#bind = $mainMod, down, movefocus, d
|
||
|
#bind = $mainMod, h, movefocus, l
|
||
|
#bind = $mainMod, j, movefocus, r
|
||
|
#bind = $mainMod, k, movefocus, u
|
||
|
#bind = $mainMod, l, movefocus, d
|