diff options
Diffstat (limited to 'config.dot/awesome.link/rules.lua')
-rw-r--r-- | config.dot/awesome.link/rules.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.dot/awesome.link/rules.lua b/config.dot/awesome.link/rules.lua index 493cc4a..ea29999 100644 --- a/config.dot/awesome.link/rules.lua +++ b/config.dot/awesome.link/rules.lua @@ -1,5 +1,6 @@ -- {{{ Rules awful.rules.rules = { + -- You can get the WM_CLASS unsing xprop(1) -- All clients will match this rule. { rule = { }, properties = { border_width = beautiful.border_width, @@ -21,6 +22,9 @@ awful.rules.rules = { properties = { size_hints_honor = false } }, { rule = { class = "URxvt" }, properties = { size_hints_honor = false } }, + -- Set conky transparency when using a compositor + --{ rule = { class = "Conky" }, + -- properties = { opacity = 0 } }, -- Set Firefox to always map on tags number 2 of screen 1. -- { rule = { class = "Firefox" }, -- properties = { tag = tags[1][2] } }, |