diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 3652002..8a82343 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -314,7 +314,10 @@ for i in groups: layouts = [ layout.Max(), - layout.Columns(border_focus_stack=["#d75f5f", "#8f3d3d"], border_width=4), + layout.Columns( + border_focus=["#999999"], + border_width=1 + ), # Try more layouts by unleashing below layouts. # layout.Stack(num_stacks=2), # layout.Bsp(),