@@ -43,9 +43,9 @@ bindsym $mod+d exec dmenu_run
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop

# change focus
bindsym $mod+h focus left
bindsym $mod+j focus down
bindsym $mod+k focus up
bindsym $mod+j focus left
bindsym $mod+k focus down
bindsym $mod+i focus up
bindsym $mod+l focus right

# alternatively, you can use the cursor keys:
@@ -55,9 +55,9 @@ bindsym $mod+Up focus up
bindsym $mod+Right focus right

# move focused window
bindsym $mod+Shift+h move left
bindsym $mod+Shift+j move down
bindsym $mod+Shift+k move up
bindsym $mod+Shift+j move left
bindsym $mod+Shift+k move down
bindsym $mod+Shift+i move up
bindsym $mod+Shift+l move right

# alternatively, you can use the cursor keys:
@@ -167,6 +167,7 @@ bindsym $mod+r mode "resize"
# finds out, if available)
bar {
status_command i3status
tray_output primary
}

new_window 1pixel
@@ -175,5 +176,5 @@ new_window 1pixel

focus_wrapping off

#gaps inner 10
#gaps outer 10
gaps inner 15
gaps outer 15