aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-09-24 11:21:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-09-24 11:21:26 +1200
commit445c91648197db08c5670ad26257e6148d9067c5 (patch)
treefd044b14659c37730a9bac9bf66e5974aae67159 /awesome
parentNew spelling words (diff)
downloaddotfiles-445c91648197db08c5670ad26257e6148d9067c5.tar.gz
dotfiles-445c91648197db08c5670ad26257e6148d9067c5.zip
Still messing with layouts
Diffstat (limited to 'awesome')
-rw-r--r--awesome/rc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 8f13fa86..995a2c3b 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -61,8 +61,8 @@ tags = {
{layouts[1], layouts[1], layouts[1], layouts[1], layouts[1], layouts[1]}
),
awful.tag(
- {"1:sanctum", "2:inspire", "3:chat", "4:irc", "5:media", "6:cast"}, 2,
- {layouts[10], layouts[10], layouts[1], layouts[1], layouts[1], layouts[10]}
+ {"1:sanctum", "2:inspire", "3:chat", "4:music", "5:video", "6:cast"}, 2,
+ {layouts[10], layouts[10], layouts[1], layouts[1], layouts[10], layouts[10]}
)
}