diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-04-04 17:46:19 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-04-04 17:46:19 +0300 |
commit | 3b9dc23e25d832a706c40f4a5fdd7d1ef30db840 (patch) | |
tree | 20fd6345f70cda5f15d37e055994072d049546e3 /dotfiles/.config/sway/config | |
parent | 21351f62bcc49db9a2537022904f8935da3ddcce (diff) | |
download | swayrice-3b9dc23e25d832a706c40f4a5fdd7d1ef30db840.tar.gz swayrice-3b9dc23e25d832a706c40f4a5fdd7d1ef30db840.zip |
change the way window borders behave
Diffstat (limited to 'dotfiles/.config/sway/config')
-rw-r--r-- | dotfiles/.config/sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 924bc27..829c756 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -15,7 +15,7 @@ default_border pixel 2 default_floating_border pixel 2 # Hide borders -hide_edge_borders both +# hide_edge_borders both # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. @@ -133,7 +133,7 @@ gaps outer 0 # 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 on +smart_borders no_gaps ##### Bindsyms (layout-independent) ##### bindsym --to-code { |