From 3b9dc23e25d832a706c40f4a5fdd7d1ef30db840 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Sat, 4 Apr 2020 17:46:19 +0300 Subject: change the way window borders behave --- dotfiles/.config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dotfiles/.config') 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 { -- cgit v1.2.3