diff options
| author | Robert Günzler <r@gnzler.io> | 2022-09-28 19:27:04 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-09-28 19:27:04 +0200 |
| commit | e1e170564504f6662efa9b703a65a564bab3a46c (patch) | |
| tree | 569493edf17fb1d936fa34be7b6ef5be5268de37 /.config/sway/binds.conf | |
| parent | 3ffa0bb9683d4a35ad36e95e463514a056b818a7 (diff) | |
sway: adjust centercon binding
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" |