From: martin f. krafft Date: Tue, 26 Oct 2010 18:00:51 +0000 (+0200) Subject: improved rules X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/530d9c995480d7de8440d85b19df487447db7042 improved rules --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 7b2ae0e..79e5cd2 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -488,12 +488,16 @@ awful.rules.rules = { properties = { floating = false } }, { rule = { class = "URxvt", instance = "irc" }, properties = { floating = false, tag = tags[screen.count()][screen.count() == 1 and 2 or 1], switchtotag = true } }, - { rule = { class = "Iceweasel" }, + { rule = { class = "Iceweasel", instance = "Navigator" }, properties = { tag = tags[screen.count() == 3 and 1 or screen.count()][9], switchtotag = false, floating = false } }, - { rule = { class = "Iceweasel", instance = "Dialog" }, - properties = { floating = true } }, - { rule = { class = "Jpilot" }, +-- { rule = { class = "Iceweasel", instance = "Dialog" }, +-- properties = { floating = true } }, + { rule = { class = "Jpilot", instance = "jpilot" }, properties = { tag = tags[screen.count() == 3 and 1 or screen.count()][8], switchtotag = true, floating = false } }, +-- { 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 } }, } -- }}}