58 lines
1.5 KiB
Text
58 lines
1.5 KiB
Text
|
|
dwindle {
|
|
pseudotile = yes
|
|
preserve_split = yes
|
|
}
|
|
|
|
gestures {
|
|
workspace_swipe = on
|
|
}
|
|
|
|
# Move focus with mod + arrow keys
|
|
|
|
bind = $mod, left, movefocus, l
|
|
bind = $mod, right, movefocus, r
|
|
bind = $mod, up, movefocus, u
|
|
bind = $mod, down, movefocus, d
|
|
|
|
# Move window across workspace with mod + arrow keys
|
|
|
|
bind = $mod SHIFT, left, movewindow, l
|
|
bind = $mod SHIFT, right, movewindow, r
|
|
bind = $mod SHIFT, up, movewindow, u
|
|
bind = $mod SHIFT, down, movewindow, d
|
|
|
|
# Switch workspaces with mod + [0-9]
|
|
|
|
bind = $mod, 1, workspace, 1
|
|
bind = $mod, 2, workspace, 2
|
|
bind = $mod, 3, workspace, 3
|
|
bind = $mod, 4, workspace, 4
|
|
bind = $mod, 5, workspace, 5
|
|
bind = $mod, 6, workspace, 6
|
|
bind = $mod, 7, workspace, 7
|
|
bind = $mod, 8, workspace, 8
|
|
bind = $mod, 9, workspace, 9
|
|
|
|
# Move active window to a workspace with mod + SHIFT + [0-9]
|
|
|
|
bind = $mod SHIFT, 1, movetoworkspacesilent, 1
|
|
bind = $mod SHIFT, 2, movetoworkspacesilent, 2
|
|
bind = $mod SHIFT, 3, movetoworkspacesilent, 3
|
|
bind = $mod SHIFT, 4, movetoworkspacesilent, 4
|
|
bind = $mod SHIFT, 5, movetoworkspacesilent, 5
|
|
bind = $mod SHIFT, 6, movetoworkspacesilent, 6
|
|
bind = $mod SHIFT, 7, movetoworkspacesilent, 7
|
|
bind = $mod SHIFT, 8, movetoworkspacesilent, 8
|
|
bind = $mod SHIFT, 9, movetoworkspacesilent, 9
|
|
bind = $mod SHIFT, 0, movetoworkspacesilent, 10
|
|
|
|
# Scroll through existing workspaces with mod + scroll
|
|
|
|
bind = $mod, mouse_down, workspace, e+1
|
|
bind = $mod, mouse_up, workspace, e-1
|
|
|
|
# Move/resize windows with mod + LMB/RMB and dragging
|
|
|
|
bindm = $mod, mouse:272, movewindow
|
|
bindm = $mod, mouse:273, resizewindow
|