From fb2b81f22317422f70b614b64c936e0327f64a24 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 18 Sep 2012 16:10:34 +1200 Subject: Use less fullscreen --- awesome/rc.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'awesome') 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]} ) } -- cgit v1.2.3