From de23fcf41f8e6f929d40358f27e83afe0b09e3e5 Mon Sep 17 00:00:00 2001 From: Von Random Date: Thu, 11 Aug 2016 13:37:06 +0300 Subject: [PATCH] oops, a small fix --- rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc.lua b/rc.lua index 966bd07..e05e63f 100644 --- a/rc.lua +++ b/rc.lua @@ -155,13 +155,13 @@ end -- [9] = 'example2' --} tags[1].layout = { - [1] = layouts.max[1] + [1] = layouts.max[1], [4] = layouts.float[1] } -- screens 2+ if screen.count() >= 2 then tags[2].layout = { - [1] = layouts.max[1] + [1] = layouts.max[1], [4] = layouts.float[1] } end