aboutsummaryrefslogtreecommitdiffstats
path: root/config.in
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-04-04 21:32:31 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-04-05 00:03:20 -0400
commitf77986338fc4186d003908012685c12d718ed647 (patch)
treef8b1ec4af069ab2123453d713251dcd7c51767d1 /config.in
parentMerge pull request #1732 from emersion/view-children (diff)
downloadsway-f77986338fc4186d003908012685c12d718ed647.tar.gz
sway-f77986338fc4186d003908012685c12d718ed647.tar.zst
sway-f77986338fc4186d003908012685c12d718ed647.zip
Implement resize command
Diffstat (limited to 'config.in')
-rw-r--r--config.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/config.in b/config.in
index 086b66dc..54817f2a 100644
--- a/config.in
+++ b/config.in
@@ -164,16 +164,16 @@ mode "resize" {
164 # right will grow the containers width 164 # right will grow the containers width
165 # up will shrink the containers height 165 # up will shrink the containers height
166 # down will grow the containers height 166 # down will grow the containers height
167 bindsym $left resize shrink width 10 px or 10 ppt 167 bindsym $left resize shrink width 10px
168 bindsym $down resize grow height 10 px or 10 ppt 168 bindsym $down resize grow height 10px
169 bindsym $up resize shrink height 10 px or 10 ppt 169 bindsym $up resize shrink height 10px
170 bindsym $right resize grow width 10 px or 10 ppt 170 bindsym $right resize grow width 10px
171 171
172 # ditto, with arrow keys 172 # ditto, with arrow keys
173 bindsym Left resize shrink width 10 px or 10 ppt 173 bindsym Left resize shrink width 10px
174 bindsym Down resize grow height 10 px or 10 ppt 174 bindsym Down resize grow height 10px
175 bindsym Up resize shrink height 10 px or 10 ppt 175 bindsym Up resize shrink height 10px
176 bindsym Right resize grow width 10 px or 10 ppt 176 bindsym Right resize grow width 10px
177 177
178 # return to default mode 178 # return to default mode
179 bindsym Return mode "default" 179 bindsym Return mode "default"