From 369a8750917c1086abeaab1ffd0e77eb7b4c929d Mon Sep 17 00:00:00 2001 From: crater2150 Date: Sun, 30 May 2010 22:24:50 +0200 Subject: [PATCH] update --- rc.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rc.lua b/rc.lua index 83109ca..7a8180a 100644 --- a/rc.lua +++ b/rc.lua @@ -410,8 +410,7 @@ awful.rules.rules = { ontop = true, focus = true } }, { rule = { class = "Teardrop" }, - properties = { floating = true, - size_hints_honor = true } }, + properties = { floating = true } }, { rule = { class = "pinentry" }, properties = { floating = true } }, { rule = { class = "gimp" }, @@ -433,6 +432,8 @@ awful.rules.rules = { properties = { tag = tags[1][7] } }, { rule = { class = "Xhtop" }, properties = { tag = tags[1][22] } }, + --{ rule = { class = "OpenOffice.org 3.2" }, + --properties = { floating = false } }, } -- }}}