aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" },