diff options
Diffstat (limited to '.config/sway/binds.conf')
| -rw-r--r-- | .config/sway/binds.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf index 98db798..41a5698 100644 --- a/.config/sway/binds.conf +++ b/.config/sway/binds.conf @@ -202,8 +202,8 @@ mode "resize" { bindsym Shift+$up resize grow width $rate; resize grow height $rate # make a centered container - bindsym c exec centercon 1.0; mode "default" - bindsym Shift+c exec centercon -w 0.5; mode "default" + bindsym c exec centercon -w 0.6; mode "default" + bindsym Shift+c exec centercon -w 1.0; mode "default" # return to default mode bindsym Return mode "default" |