From 3af2f988d41b4ebcfe69daaee29d7b62c1b18498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Tue, 6 Jun 2023 02:14:12 +0300 Subject: swayfx: smart borders currently broken --- dotfiles/.config/sway/config | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'dotfiles') diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index d4d7a8d..af34409 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -156,12 +156,14 @@ set $ogaps 0 gaps inner $igaps gaps outer $ogaps -# Smart gaps (gaps used if only more than one container on the workspace) -# smart_gaps on +# Smart borders (draw borders around container only if it is not the only +# container on this workspace) -# 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 +# 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 ##### Bindsyms (layout-independent) ##### bindsym --to-code { -- cgit v1.2.3