aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-09-18 16:10:34 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-09-18 16:10:34 +1200
commitfb2b81f22317422f70b614b64c936e0327f64a24 (patch)
tree4eebcc1bd056187c8360d7cd0d03d7f86b35ec45 /awesome
parentSpelling words (diff)
downloaddotfiles-fb2b81f22317422f70b614b64c936e0327f64a24.tar.gz
dotfiles-fb2b81f22317422f70b614b64c936e0327f64a24.zip
Use less fullscreen
Diffstat (limited to 'awesome')
-rw-r--r--awesome/rc.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 22012577..a10eb7c4 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -57,12 +57,12 @@ layouts =
-- Tags
tags = {
awful.tag(
- {"web", "office", "game", "draw", "torrent", "vbox"}, 1,
- {layouts[1], layouts[1], layouts[1], layouts[1], layouts[10], layouts[1]}
+ {"web", "office", "game", "draw", "torrent", "vbox"}, 1,
+ {layouts[1], layouts[1], layouts[1], layouts[1], layouts[1], layouts[1]}
),
awful.tag(
- {"sanctum", "inspire", "chat", "irc", "media", "cast"}, 2,
- {layouts[10], layouts[10], layouts[1], layouts[10], layouts[1], layouts[10]}
+ {"sanctum", "inspire", "chat", "irc", "media", "cast"}, 2,
+ {layouts[10], layouts[10], layouts[1], layouts[1], layouts[1], layouts[10]}
)
}