summaryrefslogtreecommitdiff
path: root/i3/config
diff options
context:
space:
mode:
Diffstat (limited to 'i3/config')
-rw-r--r--i3/config27
1 files changed, 15 insertions, 12 deletions
diff --git a/i3/config b/i3/config
index f264c31..0d02a52 100644
--- a/i3/config
+++ b/i3/config
@@ -40,10 +40,10 @@ bindsym $mod+d exec dmenu_run
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
# change focus
-bindsym $mod+j focus left
-bindsym $mod+k focus down
-bindsym $mod+l focus up
-bindsym $mod+semicolon focus right
+bindsym $mod+h focus left
+bindsym $mod+t focus down
+bindsym $mod+n focus up
+bindsym $mod+s focus right
# alternatively, you can use the cursor keys:
bindsym $mod+Left focus left
@@ -52,10 +52,10 @@ bindsym $mod+Up focus up
bindsym $mod+Right focus right
# move focused window
-bindsym $mod+Shift+J move left
-bindsym $mod+Shift+K move down
-bindsym $mod+Shift+L move up
-bindsym $mod+Shift+colon move right
+bindsym $mod+Shift+H move left
+bindsym $mod+Shift+T move down
+bindsym $mod+Shift+N move up
+bindsym $mod+Shift+S move right
# alternatively, you can use the cursor keys:
bindsym $mod+Shift+Left move left
@@ -64,7 +64,7 @@ bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
# split in horizontal orientation
-bindsym $mod+h split h
+# bindsym $mod+n split h
# split in vertical orientation
bindsym $mod+v split v
@@ -73,9 +73,9 @@ bindsym $mod+v split v
bindsym $mod+f fullscreen
# change container layout (stacked, tabbed, toggle split)
-bindsym $mod+s layout stacking
+bindsym $mod+r layout stacking
bindsym $mod+w layout tabbed
-bindsym $mod+e layout toggle split
+bindsym $mod+g layout toggle split
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle
@@ -144,10 +144,13 @@ mode "resize" {
bindsym Escape mode "default"
}
-bindsym $mod+r mode "resize"
+# bindsym $mod+r mode "resize"
+bindsym $mod+m exec /home/urbain/.i3/winmenu.py
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
status_command i3status
}
+
+exec_always i3-init