aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-09-14 01:53:08 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-09-14 01:53:08 +1200
commit6962b69f7e28595fc58c8e450effc5256913692b (patch)
treea3924f3ab21456803905deeace99108fb79cc6c8 /awesome
parentRemove alert on prompt (diff)
downloaddotfiles-6962b69f7e28595fc58c8e450effc5256913692b.tar.gz
dotfiles-6962b69f7e28595fc58c8e450effc5256913692b.zip
More tag management
Diffstat (limited to 'awesome')
-rw-r--r--awesome/rc.lua14
1 files changed, 7 insertions, 7 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index e93f5b8d..22012577 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -57,12 +57,12 @@ layouts =
-- Tags
tags = {
awful.tag(
- {"web", "office", "game", "draw", "vbox"}, 1,
- {layouts[1], layouts[1], layouts[1], layouts[1], layouts[1]}
+ {"web", "office", "game", "draw", "torrent", "vbox"}, 1,
+ {layouts[1], layouts[1], layouts[1], layouts[1], layouts[10], layouts[1]}
),
awful.tag(
- {"sanctum", "inspire", "media", "chat", "cast"}, 2,
- {layouts[10], layouts[10], layouts[1], layouts[1], layouts[10]}
+ {"sanctum", "inspire", "chat", "irc", "media", "cast"}, 2,
+ {layouts[10], layouts[10], layouts[1], layouts[10], layouts[1], layouts[10]}
)
}
@@ -323,7 +323,7 @@ awful.rules.rules = {
properties = { floating = true } },
{ rule = { class = "Screenkey" },
properties = { floating = true,
- tag = tags[2][5],
+ tag = tags[2][6],
geometry = { width = 400,
height = 75,
x = 2800,
@@ -331,9 +331,9 @@ awful.rules.rules = {
{ rule = { class = "Chromium" },
properties = { tag = tags[1][1] } },
{ rule = { class = "Pidgin" },
- properties = { tag = tags[2][4] } },
+ properties = { tag = tags[2][3] } },
{ rule = { class = "VirtualBox" },
- properties = { tag = tags[1][5] } }
+ properties = { tag = tags[1][6] } }
}
-- Only place new windows if they don't already have a position