From 404e096bf80783e2243d7552191d49d66ddd21d9 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 15 Dec 2020 19:41:19 +0100 Subject: [PATCH] Remove titlebars --- dotfiles/.config/sway/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 82b4050..25f9f02 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -48,6 +48,9 @@ smart_gaps on gaps inner 3 gaps outer 2 +# No title bars +default_border pixel 2 + bindsym $mod+o gaps outer current plus 5 bindsym $mod+Shift+o gaps outer current minus 5 bindsym $mod+i gaps inner current plus 5