From b1d5aebce6ef8aaf11637376c543380a6596deb2 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Wed, 26 Jun 2013 15:08:52 +0200 Subject: [PATCH] changing the media tag layout --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 59a1bed..0dca8e3 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -85,7 +85,7 @@ end -- Define a tag table which will hold all screen tags. tags = { names = { "main", "www", "im", "email", "media", "misc" }, - layout = { layouts[6], layouts[8], layouts[2], layouts[8], layouts[6], layouts[1] } + layout = { layouts[6], layouts[8], layouts[2], layouts[8], layouts[2], layouts[1] } } for s = 1, screen.count() do -- Each screen has its own tag table.