From: martin f. krafft Date: Thu, 10 Apr 2014 15:00:07 +0000 (+0200) Subject: remove jpilot X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/c831eba29b81b3d52046d342f58dcfeeabee8b1d?ds=inline remove jpilot --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index cb4d7e1..71ec9e1 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -521,8 +521,6 @@ awful.rules.rules = { 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 = { 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" },