diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-06-06 02:14:12 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-06-06 02:14:12 +0300 |
commit | 3af2f988d41b4ebcfe69daaee29d7b62c1b18498 (patch) | |
tree | b868a86b5a0dd02e79ee86274b76120fe7f1d477 /dotfiles/.config/sway | |
parent | cebdc4720215b5f57427a8f95ebcc4403e21f089 (diff) | |
download | swayrice-3af2f988d41b4ebcfe69daaee29d7b62c1b18498.tar.gz swayrice-3af2f988d41b4ebcfe69daaee29d7b62c1b18498.zip |
swayfx: smart borders currently broken
Diffstat (limited to 'dotfiles/.config/sway')
-rw-r--r-- | dotfiles/.config/sway/config | 12 |
1 files changed, 7 insertions, 5 deletions
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 { |