diff options
Diffstat (limited to 'dotfiles/.config')
-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 { |