aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-05-28 11:31:47 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:37 +0200
commit72258dff0a94198c7ea601edefdc90a9d3e8d219 (patch)
tree0626850efa85d330813d629a00935c077eea3445 /.config/awesome/rc.lua
parentbc8c0ad8cd76bb2cd25051ce73f64e4b7149adf1 (diff)
Add rule for Guild Wars in awesome
Diffstat (limited to '.config/awesome/rc.lua')
-rw-r--r--.config/awesome/rc.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index d934a6e..d4f4d79 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -532,6 +532,7 @@ awful.rules.rules = {
{ properties = { tag = sharedtaglist[4] }, rule_any = { class = { "claws-mail", "Claws-mail" } } },
{ properties = { tag = sharedtaglist[5] }, rule_any = { name = { "Blizzard Battle.net" } } },
{ properties = { tag = sharedtaglist[5] }, rule_any = { name = { "World of Warcraft" } } },
+ { properties = { tag = sharedtaglist[5] }, rule_any = { name = { "Guild Wars" } } },
-- Set Firefox to always map on the tag named "2" on screen 1.
-- { rule = { class = "Firefox" },