From c75fb1e30b555c495d774a93263bc2ca4bf5cf30 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sun, 9 Feb 2020 19:36:53 +0100 Subject: [PATCH] sway: fancy centered window --- .config/sway/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index 7622a53..e5c31c1 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -61,6 +61,8 @@ floating_modifier Mod4 bindsym Mod4+Shift+f floating toggle bindsym Mod4+f focus mode_toggle +bindsym Mod4+x floating enable; resize set width 80 ppt; resize set height 100 ppt ; move position center + mode "resize" { # left will shrink the containers width # right will grow the containers width