diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-07-09 21:47:32 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-07-09 21:47:32 +0300 |
commit | 26e3e60a21c7f7359dd4e1f49dba1b83c87aacd7 (patch) | |
tree | dd47eff01ce210c1ee8d500ab4a50ed7cd7f0754 | |
parent | c5cf76f76ecb047d6e9aba5fbb45050a9460b291 (diff) | |
download | swayrice-26e3e60a21c7f7359dd4e1f49dba1b83c87aacd7.tar.gz swayrice-26e3e60a21c7f7359dd4e1f49dba1b83c87aacd7.zip |
Revert "swayfx: smart borders currently broken"
smart_borders finally fixed in swayfx.
This reverts commit 3af2f988d41b4ebcfe69daaee29d7b62c1b18498.
-rw-r--r-- | dotfiles/.config/sway/config | 12 |
1 files changed, 5 insertions, 7 deletions
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 { |