aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-06-09 23:26:18 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-06-09 23:26:18 +0200
commitbc7994917b9ca8dd1e511c35a4ad6ad86f4b5189 (patch)
tree1ad0e94060c423ad58e83eb170dd4cf7ad77f0be
parent749281a1fb67f43706da91726f710f95e411c36b (diff)
Start signal on social tag
-rw-r--r--.config/awesome/rc.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 822121c..c3ec40b 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -517,6 +517,18 @@ awful.rules.rules = {
},
},
+ -- net-im/signal-desktop
+ {
+ rule_any = {
+ class = {
+ "Signal",
+ }
+ },
+ properties = {
+ tag = sharedtaglist[2]
+ },
+ },
+
-- media-video/mpv
{
rule_any = {