I3wm: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
iwu
 
add references section with user's guide
Line 96: Line 96:
<code>Logo</code> + <code>Shift</code> + <code>e</code>
<code>Logo</code> + <code>Shift</code> + <code>e</code>
Exit i3
Exit i3
== References ==
* [https://i3wm.org/docs/userguide.html User's guide]

Revision as of 11:58, 8 August 2019

i3 shortcut keys

from i3 Reference Card

Basics

Logo + Enter Open new terminal

Logo + j / Left Arrow Focus left

Logo + k / Down Arrow Focus down

Logo + l / Up Arrow Focus up

Logo + ; / Right Arrow Focus right

Logo + a Focus parent

Logo + Space Toggle focus mode


Moving windows

Logo + Shift + j, k, l, or ; (or arrow keys) Move window


Modifying windows

Logo + f Toggle fullscreen

Logo + v Split a window vertically

Logo + h Split a window horizontally

Logo + r Resize mode


Changing the container layout

Logo + e Default

Logo + s Stacking

Logo + w Tabbed


Floating

Logo + Shift + Space Toggle floating Logo + Mouse left button : Drag floating


Using workspaces

Logo + 0 ... 9 Switch to another workspace

Logo + Shift + 0 ... 9 Move a window to another workspace


Opening applications / closing windows

Logo + d Open application launcher (dmenu)

Logo + Shift + q Kill a window


Restart / exit

Logo + Shift + c Reload the configuration file

Logo + Shift + r Restart i3 in place

Logo + Shift + e Exit i3


References