如何在 Awesome WM 中更改 window 边框?

How to change window border in Awesome WM?

所以,我只想更改 Awsome WM 中丑陋的默认 window 边框,我该怎么做?

感谢您的回答!

它在你的 theme.lua 中。尝试寻找变量...

theme.border_width = dpi(some number)
theme.border_normal = #some color
theme.border_focus = #some color
theme.border_marked = #some color

我相信这些也可以在 rc.lua 中设置,但不记得了,不过,最好在主题中进行设置,以免事情变得混乱。如果在主题 AwesomeWM 上做一些 youtubing 可能会有所帮助。