aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
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 995a2c3b..911f3243 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -61,8 +61,8 @@ tags = {
{layouts[1], layouts[1], layouts[1], layouts[1], layouts[1], layouts[1]}
),
awful.tag(
- {"1:sanctum", "2:inspire", "3:chat", "4:music", "5:video", "6:cast"}, 2,
- {layouts[10], layouts[10], layouts[1], layouts[1], layouts[10], layouts[10]}
+ {"1:sanctum", "2:inspire", "3:music", "4:video", "5:cast", "6:misc"}, 2,
+ {layouts[10], layouts[10], layouts[1], layouts[10], layouts[10], layouts[1]}
)
}