From 653a3b0751ed4c8b75246aca6320177a686604d0 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 24 Sep 2014 12:57:34 +0200 Subject: [PATCH] cleanup --- .config/awesome/rc.lua | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 8cd9f1e..b181c1a 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -401,10 +401,6 @@ clientkeys = awful.util.table.join( c.maximized_horizontal = false c.maximized_vertical = false end - -- b = c.maximized_horizontal + c.maximized_vertical * 2 - -- b = (b + 1) % 4 - -- c.maximized_horizontal = b & 1 - -- c.maximized_vertical = (b & 2) >>1 end) ) @@ -519,12 +515,6 @@ awful.rules.rules = { properties = { tag = tags[screen.count() == 3 and 1 or screen.count()][9], switchtotag = false, floating = false } }, { rule = { class = "Icedove", instance = "Mail" }, properties = { tag = tags[screen.count() == 3 and 1 or screen.count()][8], switchtotag = false, floating = false } }, --- { rule = { class = "Iceweasel", instance = "Dialog" }, --- properties = { floating = true } }, - -- { rule = { name = "OpenOffice.org" }, - -- properties = { switchtotag = true, floating = true, maximized_vertical = true, maximized_horizontal = true, callback = awful.placement.no_offscreen } }, - -- { rule = { name = "Okular" }, --- properties = { switchtotag = true, floating = true, maximized_vertical = true, maximized_horizontal = true, callback = awful.placement.no_offscreen } }, } -- }}} -- 2.39.2