aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]}
)
}