diff options
author | Patrick Spek <p.spek@tyil.nl> | 2023-01-24 13:12:29 +0100 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2023-01-24 13:12:29 +0100 |
commit | 04266561f53a2008324537088109242f06bfdeb6 (patch) | |
tree | a6ae887a4ef7f82a9be853b2154ee93b60b7f682 | |
parent | 8ad62c9738c6ed65c272d9673a0a68365a15bb12 (diff) | |
download | dotfiles-04266561f53a2008324537088109242f06bfdeb6.tar.gz dotfiles-04266561f53a2008324537088109242f06bfdeb6.tar.bz2 |
Add rule for kodi
-rw-r--r-- | .config/awesome/rc.lua | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 06e5ce2..6bd78da 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -565,6 +565,20 @@ awful.rules.rules = { }, }, + -- Kodi + { + rule = { + class = "Kodi", + -- class = {, + -- "Chromium-browser-chromium", + -- }, + }, + properties = { + tag = sharedtaglist[6], + maximized = true, + }, + }, + -- World of Warcraft { rule_any = { |