aboutsummaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-04-04 21:32:31 -0400
committerFurkan Sahin <furkan-dev@proton.me>2018-04-04 21:32:31 -0400
commit58eaa32f36578a54d425d4ce59c50fd399d895d6 (patch)
treef8b1ec4af069ab2123453d713251dcd7c51767d1 /config.in
parent2227a95f962d1d1a0f958f96078945c908178d64 (diff)
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" {
# right will grow the containers width
# up will shrink the containers height
# down will grow the containers height
- bindsym $left resize shrink width 10 px or 10 ppt
- bindsym $down resize grow height 10 px or 10 ppt
- bindsym $up resize shrink height 10 px or 10 ppt
- bindsym $right resize grow width 10 px or 10 ppt
+ bindsym $left resize shrink width 10px
+ bindsym $down resize grow height 10px
+ bindsym $up resize shrink height 10px
+ bindsym $right resize grow width 10px
# ditto, with arrow keys
- bindsym Left resize shrink width 10 px or 10 ppt
- bindsym Down resize grow height 10 px or 10 ppt
- bindsym Up resize shrink height 10 px or 10 ppt
- bindsym Right resize grow width 10 px or 10 ppt
+ bindsym Left resize shrink width 10px
+ bindsym Down resize grow height 10px
+ bindsym Up resize shrink height 10px
+ bindsym Right resize grow width 10px
# return to default mode
bindsym Return mode "default"