My Qtile window manager configuration
git clone https://github.com/m-col/qtile-config
Files | Refs | Readme

Commit 8fe9b968ebcdbbc5db32700d8a51c1d70b723ccd
Parent: 686f54d44eb792c148202aa110d1aee4c67d08e4
Author: mcol <mcol@posteo.net>
Date: 2021-06-14 23:09:38 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2021-06-14 23:09:38 +0100

Enable multiple borders

Requires 30e437301575eaef490dfa9187620c9d89032924 or whatever commit is
from https://github.com/qtile/qtile/pull/1697 when you read this

config.py Modified

@@ -169,8 +169,8 @@
 
 
 ## Layouts
-#border_focus = [colours[13], colours[5]]
-border_focus = colours[13]
+border_focus = [colours[13], colours[5]]
+#border_focus = colours[13]
 border_normal = colours[8]
 border_width = 4