Skip to content

Instantly share code, notes, and snippets.

@thewheat
Last active January 11, 2022 09:52
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 thewheat/585600ccae273f3b346dc95255880832 to your computer and use it in GitHub Desktop.
Save thewheat/585600ccae273f3b346dc95255880832 to your computer and use it in GitHub Desktop.

Quikcstart for i3 Tiling Window Manager

  • https://i3wm.org/

  • Initiate commands with Mod key

  • Mod key: Win / Alt depending on configuration

  • By default tiles horizontally

General

  • Mod + Enter: open Terminal
  • Mod + d: open dmenu to open other apps (type to search, arrows to select, Enter to open)
  • Mod + Shift + q: close app
  • Mod + Arrow keys: navigate between windows
  • Mod + j / k / l / ;: navigate between windows (left/down/up/right)
  • Mod + Shift + e: exit i3

Layouts

  • Mod + v: open next app vertically
  • Mod + s: stack layout
  • Mod + e: default layout
  • Mod + w: tab layout
  • Mod + f: full screen
  • Mod + Shift + Space: floating

Workspaces

  • Mod + Shift + Number: Move window to workspace
  • Mod + Number: Go to workspace

Resizing

  • Mod + r: toggle resize mode
  • Up: shrink vertically
  • Down' grow vertically
  • Right: grow horizontally
  • Left' shrink horizontally
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment