From acd6ad441150be50c6ece087e1ef203ca5758d34 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 18 Sep 2022 12:57:25 +0200 Subject: [PATCH] I don't want a border when only one window is present. --- _desktop/qtile/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/_desktop/qtile/config.py b/_desktop/qtile/config.py index cea411a..876c88b 100644 --- a/_desktop/qtile/config.py +++ b/_desktop/qtile/config.py @@ -88,6 +88,7 @@ layouts = [ layout.Columns( border_focus='#ffffff', border_normal="#272822", + border_on_single = False, border_width=2, insert_position=1, margin=[5, 5, 5, 5]