From 8a35eb03c598a8e398d260187bcfdb11b083d386 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 18 Sep 2012 16:12:03 +1200 Subject: Prefix numbers to tags for ease of use --- awesome/rc.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'awesome') diff --git a/awesome/rc.lua b/awesome/rc.lua index a10eb7c4..50e59f46 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -57,11 +57,11 @@ layouts = -- Tags tags = { awful.tag( - {"web", "office", "game", "draw", "torrent", "vbox"}, 1, - {layouts[1], layouts[1], layouts[1], layouts[1], layouts[1], layouts[1]} + {"1:web", "2:office", "3:game", "4:draw", "5:download", "6:vbox"}, 1, + {layouts[1], layouts[1], layouts[1], layouts[1], layouts[1], layouts[1]} ), awful.tag( - {"sanctum", "inspire", "chat", "irc", "media", "cast"}, 2, + {"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]} ) } -- cgit v1.2.3