aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-02-06 17:43:09 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-02-06 17:43:09 +0100
commitf42c633ee5f265d533a27827cf1ed0d2c4f95907 (patch)
treed73ce9fab3314c85b32f735866d9bac1f9e42712 /.config/awesome/rc.lua
parente71f428318e6b3cc4569570208b2e34243ea7914 (diff)
Update services for desktop use
Diffstat (limited to '.config/awesome/rc.lua')
-rw-r--r--.config/awesome/rc.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 4d07024..42f93b7 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -502,6 +502,17 @@ awful.rules.rules = {
},
},
+ { -- Tag rules for social
+ rule_any = {
+ class = {
+ "irc",
+ },
+ },
+ properties = {
+ tag = "social",
+ },
+ },
+
{ -- Tag rules for www
rule_any = {
class = {
@@ -519,6 +530,7 @@ awful.rules.rules = {
{ -- Tag rules for email
rule_any = {
class = {
+ "evolution",
"thunderbird",
"kmail",
},
@@ -536,6 +548,7 @@ awful.rules.rules = {
"tsmapplication.exe",
"lutris",
"pathofexile.exe",
+ "mumble"
},
},
properties = {