aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-09-09 16:19:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-09-09 16:19:25 +1200
commit5acd2ede3bcbd37cd84d1b36fa94a2289b448802 (patch)
treeacb87c8dbc03d7cb40ea3ee2b93403db54a7b328 /awesome
parentD'oh (diff)
downloaddotfiles-5acd2ede3bcbd37cd84d1b36fa94a2289b448802.tar.gz
dotfiles-5acd2ede3bcbd37cd84d1b36fa94a2289b448802.zip
Tmux tags fullscreen layout
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 993872d5..a9bea156 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -61,8 +61,8 @@ tags = {
{layouts[1], layouts[1], layouts[1], layouts[1], layouts[1]}
),
awful.tag(
- {"sanctum", "inspire", "media", "chat", "cast"}, 2,
- {layouts[1], layouts[1], layouts[1], layouts[1], layouts[11]}
+ {"sanctum", "inspire", "media", "chat", "cast"}, 2,
+ {layouts[11], layouts[11], layouts[1], layouts[1], layouts[11]}
)
}