summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2022-09-28 19:27:04 +0200
committerRobert Günzler <r@gnzler.io>2022-09-28 19:27:04 +0200
commite1e170564504f6662efa9b703a65a564bab3a46c (patch)
tree569493edf17fb1d936fa34be7b6ef5be5268de37
parent3ffa0bb9683d4a35ad36e95e463514a056b818a7 (diff)
sway: adjust centercon binding
-rw-r--r--.config/sway/binds.conf4
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"