aboutsummaryrefslogtreecommitdiff
path: root/awesome/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'awesome/rc.lua')
-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]}
)
}