You are not logged in.
Pages: 1
Hello. So i recently switched to qtile as my wm and while configuring it Ive been struggling to change the color of the borders of the windows I open. By default they are a red border, so I went to the config file of qtile and put the following code in the layout.Columns section:
layout.Columns(
border_focus="#efd3d7",
border_normal="#00ffff",
border_focus_stack="efd3d7",
border_focus_normal="#00ffff",
border_width=3,
)
even though technically i already changed the border color, they still red and blue respectively. How can
I change that?
Offline
Pages: 1