update
This commit is contained in:
parent
ba5d63eebd
commit
b6c0a98073
13 changed files with 329 additions and 280 deletions
12
rules.lua
12
rules.lua
|
@ -129,6 +129,18 @@ local function setup(self)
|
|||
opacity = 0.9
|
||||
}
|
||||
},
|
||||
{
|
||||
rule = { class = "feh", name = "timetable" },
|
||||
properties = {
|
||||
tag = tags[rule_screen][13],
|
||||
skip_taskbar = true,
|
||||
type = desktop,
|
||||
below = true,
|
||||
focusable = false,
|
||||
border_width = 0,
|
||||
floating = true
|
||||
}
|
||||
},
|
||||
{
|
||||
rule = { instance = "Awesomelog" },
|
||||
properties = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue