From e798bbe8624c9cc37c6c11289a645ba05edd148f Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Sun, 8 Mar 2015 02:14:58 +0300 Subject: [PATCH] Default "max" layout on the first tag. --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 1183111..e8f4195 100644 --- a/rc.lua +++ b/rc.lua @@ -95,7 +95,7 @@ naughty.config.defaults.hover_timeout = nil tags = { names = { "1www", "2rxvt", "3virt", "4office", "5mail", "6game", "7gimp", "8dic", "9im" }, - layout = { layouts[3], layouts[2], layouts[1], layouts[3], layouts[1], + layout = { layouts[1], layouts[2], layouts[1], layouts[3], layouts[1], layouts[1], layouts[1], layouts[2], layouts[4]} } for s = 1, screen.count() do