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 8f13fa86..995a2c3b 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:irc", "5:media", "6:cast"}, 2,
- {layouts[10], layouts[10], layouts[1], layouts[1], layouts[1], layouts[10]}
+ {"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]}
)
}