|
@@ -132,6 +132,7 @@ mode "mark" {
|
132
|
132
|
bindsym u exec i3-winmark unmark ; mode "default"
|
133
|
133
|
bindsym g exec i3-winmark goto ; mode "default"
|
134
|
134
|
|
|
135
|
+ bindsym $mod+equal mode "default"
|
135
|
136
|
bindsym Escape mode "default"
|
136
|
137
|
bindsym Return mode "default"
|
137
|
138
|
}
|
|
@@ -154,6 +155,7 @@ mode "resize" {
|
154
|
155
|
bindsym Shift+Down resize grow height 25 px or 2 ppt
|
155
|
156
|
bindsym Shift+Up resize shrink height 25 px or 2 ppt
|
156
|
157
|
bindsym Shift+Right resize grow width 25 px or 2 ppt
|
|
158
|
+ bindsym $mod+r mode "default"
|
157
|
159
|
bindsym Return mode "default"
|
158
|
160
|
bindsym Escape mode "default"
|
159
|
161
|
}
|