aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-09-18 16:12:30 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-09-18 16:12:30 +1200
commit2f618cb030b5ddaa8d3244cf4889eb0cc28854ba (patch)
tree5093588c1df0b4b1765de38d9bdf6f1d47f531bd /awesome
parentPrefix numbers to tags for ease of use (diff)
downloaddotfiles-2f618cb030b5ddaa8d3244cf4889eb0cc28854ba.tar.gz
dotfiles-2f618cb030b5ddaa8d3244cf4889eb0cc28854ba.zip
Put torrenting client on tag
Diffstat (limited to 'awesome')
-rw-r--r--awesome/rc.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 50e59f46..a04232c6 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -333,7 +333,9 @@ awful.rules.rules = {
{ rule = { class = "Pidgin" },
properties = { tag = tags[2][3] } },
{ rule = { class = "VirtualBox" },
- properties = { tag = tags[1][6] } }
+ properties = { tag = tags[1][6] } },
+ { rule = { class = "Transmission-gtk" },
+ properties = { tag = tags[1][5] } }
}
-- Only place new windows if they don't already have a position