From 26e3e60a21c7f7359dd4e1f49dba1b83c87aacd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sun, 9 Jul 2023 21:47:32 +0300 Subject: Revert "swayfx: smart borders currently broken" smart_borders finally fixed in swayfx. This reverts commit 3af2f988d41b4ebcfe69daaee29d7b62c1b18498. --- dotfiles/.config/sway/config | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'dotfiles/.config') diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 7456b2d..f3a45b6 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -157,14 +157,12 @@ set $ogaps 0 gaps inner $igaps gaps outer $ogaps -# Smart borders (draw borders around container only if it is not the only -# container on this workspace) +# Smart gaps (gaps used if only more than one container on the workspace) +# smart_gaps on -# on|no_gaps (on=always activate and no_gaps=only activate if the gap size to -# the edge of the screen is 0) - -# Currently broken on swayfx -smart_borders off +# Smart borders (draw borders around container only if it is not the only container on this workspace) +# on|no_gaps (on=always activate and no_gaps=only activate if the gap size to the edge of the screen is 0) +smart_borders no_gaps ##### Bindsyms (layout-independent) ##### bindsym --to-code { -- cgit v1.2.3