2025-07-10 15:30:38 -07:00
|
|
|
# Close window
|
2025-08-03 10:11:29 +01:00
|
|
|
bindd = SUPER, W, Close active window, killactive,
|
2025-07-10 15:30:38 -07:00
|
|
|
|
|
|
|
# Control tiling
|
2025-08-03 10:11:29 +01:00
|
|
|
bindd = SUPER, J, Toggle split, togglesplit, # dwindle
|
2025-07-10 15:30:38 -07:00
|
|
|
bind = SUPER, P, pseudo, # dwindle
|
2025-08-03 10:11:29 +01:00
|
|
|
bindd = SUPER, V, Toggle floating, togglefloating,
|
|
|
|
bindd = SHIFT, F11, Full screen, fullscreen, 0
|
2025-07-10 15:30:38 -07:00
|
|
|
|
|
|
|
# Move focus with mainMod + arrow keys
|
2025-08-03 10:11:29 +01:00
|
|
|
bindd = SUPER, left, Move focus left, movefocus, l
|
|
|
|
bindd = SUPER, right, Move focus right, movefocus, r
|
|
|
|
bindd = SUPER, up, Move focus up, movefocus, u
|
|
|
|
bindd = SUPER, down, Move focus down, movefocus, d
|
2025-07-10 15:30:38 -07:00
|
|
|
|
|
|
|
# Switch workspaces with mainMod + [0-9]
|
2025-08-03 10:11:29 +01:00
|
|
|
bindd = SUPER, code:10, Switch to workspace 1, workspace, 1
|
|
|
|
bindd = SUPER, code:11, Switch to workspace 2, workspace, 2
|
|
|
|
bindd = SUPER, code:12, Switch to workspace 3, workspace, 3
|
|
|
|
bindd = SUPER, code:13, Switch to workspace 4, workspace, 4
|
|
|
|
bindd = SUPER, code:14, Switch to workspace 5, workspace, 5
|
|
|
|
bindd = SUPER, code:15, Switch to workspace 6, workspace, 6
|
|
|
|
bindd = SUPER, code:16, Switch to workspace 7, workspace, 7
|
|
|
|
bindd = SUPER, code:17, Switch to workspace 8, workspace, 8
|
|
|
|
bindd = SUPER, code:18, Switch to workspace 9, workspace, 9
|
|
|
|
bindd = SUPER, code:19, Switch to workspace 10, workspace, 10
|
2025-07-10 15:30:38 -07:00
|
|
|
|
|
|
|
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
2025-08-03 10:11:29 +01:00
|
|
|
bindd = SUPER SHIFT, code:10, Move window to workspace 1, movetoworkspace, 1
|
|
|
|
bindd = SUPER SHIFT, code:11, Move window to workspace 1, movetoworkspace, 2
|
|
|
|
bindd = SUPER SHIFT, code:12, Move window to workspace 1, movetoworkspace, 3
|
|
|
|
bindd = SUPER SHIFT, code:13, Move window to workspace 1, movetoworkspace, 4
|
|
|
|
bindd = SUPER SHIFT, code:14, Move window to workspace 1, movetoworkspace, 5
|
|
|
|
bindd = SUPER SHIFT, code:15, Move window to workspace 1, movetoworkspace, 6
|
|
|
|
bindd = SUPER SHIFT, code:16, Move window to workspace 1, movetoworkspace, 7
|
|
|
|
bindd = SUPER SHIFT, code:17, Move window to workspace 1, movetoworkspace, 8
|
|
|
|
bindd = SUPER SHIFT, code:18, Move window to workspace 1, movetoworkspace, 9
|
|
|
|
bindd = SUPER SHIFT, code:19, Move window to workspace 1, movetoworkspace, 10
|
2025-07-10 15:30:38 -07:00
|
|
|
|
|
|
|
# Swap active window with the one next to it with mainMod + SHIFT + arrow keys
|
|
|
|
bind = SUPER SHIFT, left, swapwindow, l
|
|
|
|
bind = SUPER SHIFT, right, swapwindow, r
|
|
|
|
bind = SUPER SHIFT, up, swapwindow, u
|
|
|
|
bind = SUPER SHIFT, down, swapwindow, d
|
2025-07-28 10:03:11 +02:00
|
|
|
|
|
|
|
# Cycle through applications on active workspace
|
2025-07-27 21:07:20 +02:00
|
|
|
bind = ALT, Tab, cyclenext
|
|
|
|
bind = ALT, Tab, bringactivetotop
|
2025-07-10 15:30:38 -07:00
|
|
|
|
|
|
|
# Resize active window
|
|
|
|
bind = SUPER, minus, resizeactive, -100 0
|
|
|
|
bind = SUPER, equal, resizeactive, 100 0
|
|
|
|
bind = SUPER SHIFT, minus, resizeactive, 0 -100
|
|
|
|
bind = SUPER SHIFT, equal, resizeactive, 0 100
|
|
|
|
|
|
|
|
# Scroll through existing workspaces with mainMod + scroll
|
|
|
|
bind = SUPER, mouse_down, workspace, e+1
|
|
|
|
bind = SUPER, mouse_up, workspace, e-1
|
|
|
|
|
|
|
|
# Move/resize windows with mainMod + LMB/RMB and dragging
|
2025-08-03 10:11:29 +01:00
|
|
|
bindmd = SUPER, mouse:272, Move window, movewindow
|
|
|
|
bindmd = SUPER, mouse:273, Resize window, resizewindow
|