Artix Linux i3wm Keybindings cheat sheet:

$mod = Super (windows) key

--> Use Mouse+$mod to drag floating windows to their wanted position
Mouse+$mod

--> start a terminal
$mod+Return

--> kill focused window (exit / terminate)
$mod+Shift+C

$mod+w --> open Browser (Midori)
$mod+n --> open Filebrowser (PCmanfm)
F9 --> app menu (rofi -- nice menu)
Print-key --> screenshot

--> start dmenu (a program launcher)
$mod+d

--> change focus
$mod+h --> focus left
$mod+j -->  focus down
$mod+k --> focus up
$mod+l --> focus right

--> alternatively, you can use the cursor keys:
$mod+Left --> focus left
$mod+Down --> focus down
$mod+Up --> focus up
$mod+Right --> focus right

or:
$mod+Shift+Left --> move left
$mod+Shift+Down --> move down
$mod+Shift+Up --> move up
$mod+Shift+Right --> move right

--> move focused window
$mod+Shift+h --> move left
$mod+Shift+j --> move down
$mod+Shift+k --> move up
$mod+Shift+l --> move right


 -->  split in horizontal orientation
$mod+h  --> split h

 --> split in vertical orientation
$mod+v  --> split v

 --> enter fullscreen mode for the focused container
$mod+f --> fullscreen toggle

 --> change container layout (stacked, tabbed, toggle split)
$mod+Shift+s  --> layout stacking
$mod+Shift+w  --> layout tabbed
$mod+Shift+e  --> layout toggle split

 --> toggle tiling / floating
$mod+Shift+space --> floating toggle

--> change focus between tiling / floating windows
$mod+space --> focus mode_toggle

--> focus the parent container
$mod+a --> focus parent

--> switch to --> workspace
$mod+1 --> workspace 1 (Installer)
$mod+2 --> workspace 2 (Terminals)
$mod+3 --> workspace 3 (Browser)
$mod+4 --> workspace 4 (Files)
$mod+5 --> workspace 5
$mod+6 --> workspace 6
$mod+7 --> workspace 7
$mod+8 --> workspace 8
$mod+9 --> workspace 9
$mod+0 --> workspace 10

--> --> move focused container to --> workspace
$mod+Shift+1 --> move container to --> workspace 1
$mod+Shift+2 --> move container to --> workspace 2
$mod+Shift+3 --> move container to --> workspace 3
$mod+Shift+4 --> move container to --> workspace 4
$mod+Shift+5 --> move container to --> workspace 5
$mod+Shift+6 --> move container to --> workspace 6
$mod+Shift+7 --> move container to --> workspace 7
$mod+Shift+8 --> move container to --> workspace 8
$mod+Shift+9 --> move container to --> workspace 9
$mod+Shift+0 --> move container to --> workspace 10

--> reload the configuration file
$mod+Shift+Q --> reload

--> restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
$mod+Shift+R --> restart
