aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-09-14 01:01:21 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-09-14 01:01:21 +1200
commitb695d9370ba46c5d21f7e83b68037c66230ae28b (patch)
treeaf1b6667772c10498e7ec377bf8cec1fc00e838e /awesome
parentDecided I don't like shadows (diff)
downloaddotfiles-b695d9370ba46c5d21f7e83b68037c66230ae28b.tar.gz
dotfiles-b695d9370ba46c5d21f7e83b68037c66230ae28b.zip
Use maximised but not fullscreen tags
Diffstat (limited to 'awesome')
-rw-r--r--awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 0d70462b..078877c3 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -62,7 +62,7 @@ tags = {
),
awful.tag(
{"sanctum", "inspire", "media", "chat", "cast"}, 2,
- {layouts[11], layouts[11], layouts[1], layouts[1], layouts[11]}
+ {layouts[10], layouts[10], layouts[1], layouts[1], layouts[10]}
)
}