aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-01-19 20:27:23 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-01-19 20:27:23 +1300
commit80b97fb2e276f42b913b2ce091b1472f3ee55a02 (patch)
tree7c213063193c3cfe0170abe860399ae7ba931a55 /awesome
parentDon't echo ^C to the terminal (diff)
downloaddotfiles-80b97fb2e276f42b913b2ce091b1472f3ee55a02.tar.gz
dotfiles-80b97fb2e276f42b913b2ce091b1472f3ee55a02.zip
Adjust layouts a bit
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 995a2c3b..911f3243 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:music", "5:video", "6:cast"}, 2,
- {layouts[10], layouts[10], layouts[1], layouts[1], layouts[10], layouts[10]}
+ {"1:sanctum", "2:inspire", "3:music", "4:video", "5:cast", "6:misc"}, 2,
+ {layouts[10], layouts[10], layouts[1], layouts[10], layouts[10], layouts[1]}
)
}