dotfiles/sxhkd/sxhkdrc

14 lines
569 B
Text

# switch / move workspaces
super + {_,shift +} {1, 2, 3, 4, 5, 6, 7, 8, 9, 0}
i3-msg {workspace,move container to workspace} {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}
# switch containers, move containers and move workspace to another screen
super + {_, shift +, ctrl +} {h, j, k, l}
i3-msg {focus, move, move workspace to output} {left, down, up, right}
# resize mode
super + r: {h, j, k, l}
i3-msg resize {shrink width, grow height, shrink height, grow width} 10 px or 10 ppt
super + {_, shift +} d
i3-msg "exec --no-startup-id {i3-dmenu-desktop, dmenu_run}"