Skip to content

Instantly share code, notes, and snippets.

@RobinVogel
Last active February 27, 2019 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobinVogel/2ef381950787b501b35df0f20741bb80 to your computer and use it in GitHub Desktop.
Save RobinVogel/2ef381950787b501b35df0f20741bb80 to your computer and use it in GitHub Desktop.
i3 reference card in markdown format

Basics

  • mod + Enter open new terminal
  • mod + j focus left
  • mod + k focus down
  • mod + l focus up
  • mod + ; focus right
  • mod + a focus parent
  • mod + Space toggle focus mode

Moving windows

  • mod + Shift + j move window left
  • mod + Shift + k move window down
  • mod + Shift + l move window up
  • mod + Shift + ; move window right

Modifying windows

  • mod + f toggle fullscreen
  • mod + v split a window vertically
  • mod + h split a window horizontally
  • mod + r resize mode Look at the “Resizing containers / windows” section of the user guide.

Changing the container layout

  • mod + e default
  • mod + s stacking
  • mod + w tabbed

Floating

  • mod + Shift + Space toggle floating
  • mod + Right Click drag floating

Using workspaces

  • mod + 0-9 switch to another workspace
  • mod + Shift + 0-9 move a window to another workspace

Opening applications / Closing windows

  • mod + d open application launcher (dmenu)
  • mod + Shift + q kill a window

Restart / Exit

  • mod + Shift + c reload the configuration file
  • mod + Shift + r restart i3 inplace
  • mod + Shift + e exit i3

Copyright © 2012, Michael Stapelberg All rights reserved Designed by Zeus Panchenko, updated by Moritz Bandemer

Permission is granted to copy, distribute and/or modify this document provided the copyright notice and this permission notice are preserved on all copies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment