i3 Setup Keybindings

Cheat sheet for most apps in my i3 setup.

GitHub Repo with config

i3

mod = Super Key / Windows

keys / commandfunction
mod + Enterstart terminal
mod + dexecute rofi script
mod + shift + qkill current selection
mod + j mod + left arrowmove focus to left
mod + k mod + down arrowmove focus to down
mod + l mod + up arrowmove focus to up
mod + ö mod + right arrowmove focus to right (disabled)
mod + shift + j mod + shift + left arrowmove focus to left
mod + shift + k mod + shift + down arrowmove focus to down
mod + shift + l mod + shift + up arrowmove focus to up
mod + shift + ö mod + shift + right arrowmove focus to right (disabled)
mod + hsplit horizontal
mod + vsplit vertical
mod + ftoggle fullscreen
mod + sstacking mode
mod + wtabbed mode
mod + etoggle split orientation
mod + shift + spacetoggle floating mode
mod + spacetoggle between floating and window underneath
mod + afocus parent window
mod + numberswitch to workspace number
mod + shift + numbermove window to workspace number
mod + shift + creload configuration file
mod + shift + rreload i3
mod + shift + eexit i3
mod + rswitch to resize mode
j left arrowshrink width
k down arrowgrow height
l up arrowshrink height
; ö right arrowgrow width
escape enter mod + rexit resize mode
mod + shift + omove window to left monitor
mod + shift + pmove window to right monitor

dunst - notification daemon

keys / commandfunction
left clickclose current notification
right clickdo an action
middle clickclose all notifications
ctrl + spaceclose current notifications
ctrl + shift + spaceclose all notifications
ctrl + graveshow history
ctrl + shift + .show context menu

Alacritty - terminal emulator

keys / commandfunction
ctrl + lclear logs
shift + page upscroll up
shift + page downscroll down
shift + homego to top
shift + endgo to bottom
enterconfirm search
esc ctrl + c
ctrl + uclear search
ctrl + wdelete word
ctrl + p up arrowprevious search
ctrl + n down arrownext search
enterfocus next
shift + enterfocus previous
shift + ctrl + spacetoggle vi mode
escclear selection
ctrl + ccancel vim mode
Last modified 2022.01.01