Skip to content

Instantly share code, notes, and snippets.

@schuerg
Forked from JeffPaine/i3-cheat-sheet.md
Last active August 18, 2021 15:03
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save schuerg/1815eac5a519e4e02e62fef118aa5756 to your computer and use it in GitHub Desktop.
Save schuerg/1815eac5a519e4e02e62fef118aa5756 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