You are not logged in.
Hi Everyone, So I am in the process of learning awesome and one of the things I am trying to change is having a border colour around termite. This is the code I have in my rc.lua file. Issue is it only seems to keep the border colour when a termite window is in floating. My goal is to have border colour on regardless of termite is the focused window or not.
On a similar topic would it be correct in stating the theme.lua file is where I can change the colour and width values of things like the border colour itself? Thanks.
awful.rules.rules = {
rules = {
class = {'termite'}
},
properties = {
border_color = beautiful.border_normal,
},
}full rc.lua config.
pastebin.com/N1S9YrPN
Offline