moving windows with keybinds
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user