This commit is contained in:
Stephan Raabe
2023-03-19 17:58:09 +01:00
parent ea10073442
commit 69a4039c93
3 changed files with 28 additions and 2 deletions
+3 -2
View File
@@ -184,7 +184,8 @@ layout_theme = {
"border_width": 3,
"margin": 15,
"border_focus": "ffffff",
"border_normal": ColorC
"border_normal": ColorC,
"single_border_width": 3
}
# --------------------------------------------------------
@@ -205,7 +206,7 @@ layouts = [
# layout.TreeTab(),
# layout.VerticalTile(),
# layout.Zoomy(),
# layout.Floating(**layout_theme)
layout.Floating(**layout_theme)
]
# --------------------------------------------------------