|
@@ -28,7 +28,7 @@ font pango:DejaVu Sans Mono 11
|
28
|
28
|
floating_modifier $mod
|
29
|
29
|
|
30
|
30
|
# kill focused window
|
31
|
|
-bindsym $mod+Shift+q kill
|
|
31
|
+bindsym $mod+Shift+q kill
|
32
|
32
|
|
33
|
33
|
# start dmenu (a program launcher)
|
34
|
34
|
# There also is the (new) i3-dmenu-desktop which only displays applications
|
|
@@ -36,28 +36,28 @@ bindsym $mod+Shift+q kill
|
36
|
36
|
# installed.
|
37
|
37
|
|
38
|
38
|
# change focus
|
39
|
|
-bindsym $mod+h focus left
|
40
|
|
-bindsym $mod+j focus down
|
41
|
|
-bindsym $mod+k focus up
|
42
|
|
-bindsym $mod+l focus right
|
|
39
|
+bindsym $mod+h focus left
|
|
40
|
+bindsym $mod+j focus down
|
|
41
|
+bindsym $mod+k focus up
|
|
42
|
+bindsym $mod+l focus right
|
43
|
43
|
|
44
|
44
|
# alternatively, you can use the cursor keys:
|
45
|
|
-bindsym $mod+Left focus left
|
46
|
|
-bindsym $mod+Down focus down
|
47
|
|
-bindsym $mod+Up focus up
|
48
|
|
-bindsym $mod+Right focus right
|
|
45
|
+bindsym $mod+Left focus left
|
|
46
|
+bindsym $mod+Down focus down
|
|
47
|
+bindsym $mod+Up focus up
|
|
48
|
+bindsym $mod+Right focus right
|
49
|
49
|
|
50
|
50
|
# move focused window
|
51
|
|
-bindsym $mod+Shift+h move left
|
52
|
|
-bindsym $mod+Shift+j move down
|
53
|
|
-bindsym $mod+Shift+k move up
|
54
|
|
-bindsym $mod+Shift+l move right
|
|
51
|
+bindsym $mod+Shift+h move left
|
|
52
|
+bindsym $mod+Shift+j move down
|
|
53
|
+bindsym $mod+Shift+k move up
|
|
54
|
+bindsym $mod+Shift+l move right
|
55
|
55
|
|
56
|
56
|
# alternatively, you can use the cursor keys:
|
57
|
|
-bindsym $mod+Shift+Left move left
|
58
|
|
-bindsym $mod+Shift+Down move down
|
59
|
|
-bindsym $mod+Shift+Up move up
|
60
|
|
-bindsym $mod+Shift+Right move right
|
|
57
|
+bindsym $mod+Shift+Left move left
|
|
58
|
+bindsym $mod+Shift+Down move down
|
|
59
|
+bindsym $mod+Shift+Up move up
|
|
60
|
+bindsym $mod+Shift+Right move right
|
61
|
61
|
|
62
|
62
|
# split in horizontal orientation
|
63
|
63
|
bindsym $mod+g split h
|
|
@@ -151,16 +151,16 @@ mode "resize" {
|
151
|
151
|
# Pressing right will grow the window’s width.
|
152
|
152
|
# Pressing up will shrink the window’s height.
|
153
|
153
|
# Pressing down will grow the window’s height.
|
154
|
|
- bindsym j resize shrink width 10 px or 10 ppt
|
155
|
|
- bindsym k resize grow height 10 px or 10 ppt
|
156
|
|
- bindsym l resize shrink height 10 px or 10 ppt
|
157
|
|
- bindsym semicolon resize grow width 10 px or 10 ppt
|
|
154
|
+ bindsym j resize shrink width 10 px or 10 ppt
|
|
155
|
+ bindsym k resize grow height 10 px or 10 ppt
|
|
156
|
+ bindsym l resize shrink height 10 px or 10 ppt
|
|
157
|
+ bindsym semicolon resize grow width 10 px or 10 ppt
|
158
|
158
|
|
159
|
159
|
# same bindings, but for the arrow keys
|
160
|
|
- bindsym Left resize shrink width 10 px or 10 ppt
|
161
|
|
- bindsym Down resize grow height 10 px or 10 ppt
|
162
|
|
- bindsym Up resize shrink height 10 px or 10 ppt
|
163
|
|
- bindsym Right resize grow width 10 px or 10 ppt
|
|
160
|
+ bindsym Left resize shrink width 10 px or 10 ppt
|
|
161
|
+ bindsym Down resize grow height 10 px or 10 ppt
|
|
162
|
+ bindsym Up resize shrink height 10 px or 10 ppt
|
|
163
|
+ bindsym Right resize grow width 10 px or 10 ppt
|
164
|
164
|
|
165
|
165
|
# back to normal: Enter or Escape
|
166
|
166
|
bindsym Return mode "default"
|
|
@@ -176,15 +176,15 @@ bar {
|
176
|
176
|
}
|
177
|
177
|
|
178
|
178
|
# show CapsLock state in statusbar
|
179
|
|
-bindsym Caps_Lock mode "caps"
|
180
|
|
-bindsym Shift+Caps_Lock mode "caps"
|
181
|
|
-bindsym Ctrl+Caps_Lock mode "caps"
|
182
|
|
-bindsym $mod+Caps_Lock mode "caps"
|
|
179
|
+bindsym Caps_Lock mode "caps"
|
|
180
|
+bindsym Shift+Caps_Lock mode "caps"
|
|
181
|
+bindsym Ctrl+Caps_Lock mode "caps"
|
|
182
|
+bindsym $mod+Caps_Lock mode "caps"
|
183
|
183
|
mode "caps" {
|
184
|
|
- bindsym Caps_Lock mode "default"
|
|
184
|
+ bindsym Caps_Lock mode "default"
|
185
|
185
|
bindsym Shift+Caps_Lock mode "default"
|
186
|
|
- bindsym Ctrl+Caps_Lock mode "default"
|
187
|
|
- bindsym $mod+Caps_Lock mode "default"
|
|
186
|
+ bindsym Ctrl+Caps_Lock mode "default"
|
|
187
|
+ bindsym $mod+Caps_Lock mode "default"
|
188
|
188
|
}
|
189
|
189
|
|
190
|
190
|
|