moving windows with keybinds

This commit is contained in:
2025-01-16 08:58:56 +01:00
parent b54468d17a
commit 369ed4d14b
2 changed files with 8 additions and 3 deletions

View File

@@ -32,6 +32,11 @@ bindm = $mainMod, D, movewindow
bind = $mainMod, Z, layoutmsg, swapwithmaster bind = $mainMod, Z, layoutmsg, swapwithmaster
bind = $mainMod, F, layoutmsg, focusmaster bind = $mainMod, F, layoutmsg, focusmaster
bind = $mainMod, H, movewindow, l
bind = $mainMod, L, movewindow, r
bind = $mainMod, J, movewindow, d
bind = $mainMod, K, movewindow, u
bind = $mainMod, S, togglespecialworkspace bind = $mainMod, S, togglespecialworkspace
bind = $mainMod, Tab, workspace, m+1 bind = $mainMod, Tab, workspace, m+1

View File

@@ -11,11 +11,11 @@ general {
col.active_border=$primary col.active_border=$primary
col.inactive_border=$primary_container col.inactive_border=$primary_container
layout = master layout = dwindle
} }
master { dwindle {
allow_small_split = true default_split_ratio = 1.1
special_scale_factor = 0.95 special_scale_factor = 0.95
} }