Skip to content

Instantly share code, notes, and snippets.

@ur4ltz
Forked from schuerg/i3-cheat-sheet.md
Created August 14, 2020 07:46
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ur4ltz/d0167120a9fe718bdc048a2599ba139d to your computer and use it in GitHub Desktop.
Save ur4ltz/d0167120a9fe718bdc048a2599ba139d to your computer and use it in GitHub Desktop.
[i3/sway cheatsheet] List of key bindings for i3wm/swaywm #linux #tiling-wm #desktop #cheat-sheet

i3 Window Manager Cheat Sheet

⋄Mod refers to the modifier key (⎇ Alt by default)

General

  • startx i3 start i3 from command line
  • ⋄Mod+⏎ Enter open a terminal
  • ⋄Mod+d open dmenu (text based program launcher)
  • ⋄Mod+r resize mode ( or to leave resize mode)
  • ⋄Mod+Shift+e exit i3
  • ⋄Mod+Shift+r restart i3 in place
  • ⋄Mod+Shift+c reload config file
  • ⋄Mod+Shift+q kill window (does normal close if application supports it)

Windows

  • ⋄Mod+w tabbed layout
  • ⋄Mod+e vertical and horizontal layout (switches to and between them)
  • ⋄Mod+s stacked layout
  • ⋄Mod+f fullscreen

Moving Windows

  • ⋄Mod+Shift+✥ Arrow Move window in direction (depends on direction keys settings)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment