# Open empty container
bindsym Mod1+Shift+Return open
-# Start terminal (Mod1+Enter)
+# Start terminal
bindsym Mod1+Return exec /usr/bin/urxvt
-# Start dmenu (Mod1+p)
+# Start dmenu
bindsym Mod1+p exec /usr/bin/dmenu_run
# Horizontal orientation
# Vertical orientation
bindsym Mod1+v split v
-# Fullscreen (Mod1+f)
+# Enter fullscreen mode for the focused container
bindsym Mod1+f fullscreen
# Stacking (Mod1+s)
bindsym Mod1+u level up
#bindsym Mod1+d level down
-# Kill current client (Mod1+c)
+# Kill current window
bindsym Mod1+c kill
# Restore saved JSON layout
bindsym Mod1+y restore /home/michael/i3/layout.json
-# Restart i3
-bindsym Mod1+Shift+c restart
-# Reload i3
+# Reload the configuration file
bindsym Mod1+Shift+j reload
-# Exit i3
+# Restart i3 inplace
+bindsym Mod1+Shift+c restart
+# Exit i3 (logs you out of your X session)
bindsym Mod1+Shift+l exit
-# Focus (Mod1+n/r/t/d)
+# Focus
bindsym Mod1+n focus left
bindsym Mod1+r focus down
bindsym Mod1+t focus up
bindsym Mod1+Shift+Down move down
bindsym Mod1+Shift+Up move up
-# Workspaces (Mod1+1/2/…)
+# Switch to workspace
bindsym Mod1+1 workspace 1
bindsym Mod1+2 workspace 2
bindsym Mod1+3 workspace 3
bindsym Mod1+9 workspace 9
bindsym Mod1+0 workspace 10
-# Move to Workspaces
+# Move focused container to workspace
bindsym Mod1+Shift+1 move workspace 1
bindsym Mod1+Shift+2 move workspace 2
bindsym Mod1+Shift+3 move workspace 3