From e1e170564504f6662efa9b703a65a564bab3a46c Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 28 Sep 2022 19:27:04 +0200 Subject: sway: adjust centercon binding --- .config/sway/binds.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/sway/binds.conf') 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" -- cgit 1.4.1