From 93cd5bd7c3b2a35717306d1d20ef7d8a78f1ae65 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Tue, 16 Sep 2014 21:43:05 +0400 Subject: [PATCH] Layouts updated. --- rc.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/rc.lua b/rc.lua index 754b542..36ce91a 100644 --- a/rc.lua +++ b/rc.lua @@ -61,13 +61,13 @@ layouts = { awful.layout.suit.max, awful.layout.suit.fair, - awful.layout.suit.fair.horizontal, +-- awful.layout.suit.fair.horizontal, awful.layout.suit.tile, awful.layout.suit.tile.left, - awful.layout.suit.tile.bottom, - awful.layout.suit.tile.top, - awful.layout.suit.floating, - awful.layout.suit.max.fullscreen, +-- awful.layout.suit.tile.bottom, +-- awful.layout.suit.tile.top, +-- awful.layout.suit.floating, +-- awful.layout.suit.max.fullscreen, -- awful.layout.suit.spiral, -- awful.layout.suit.spiral.dwindle, -- awful.layout.suit.magnifier @@ -95,8 +95,8 @@ naughty.config.defaults.hover_timeout = nil tags = { names = { "1www", "2rxvt", "3virt", "4office", "5mail", "6game", "7gimp", "8dic", "9im" }, - layout = { layouts[1], layouts[3], layouts[1], layouts[1], layouts[1], - layouts[1], layouts[1], layouts[1], layouts[2]} + layout = { layouts[3], layouts[2], layouts[1], layouts[3], layouts[1], + layouts[1], layouts[1], layouts[2], layouts[4]} } for s = 1, screen.count() do -- Each screen has its own tag table.