From: martin f. krafft Date: Fri, 9 Mar 2018 13:44:46 +0000 (+0100) Subject: disable rules for UI clients for now X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/179c5dc91a48603aa3c25f427b0c4697ecbadcb8?hp=04fad5c8f1bcfd5beb3dc04cd0611f269414c753 disable rules for UI clients for now --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index aab31dd..5b080a0 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -999,22 +999,22 @@ awful.rules.rules = { end, }, }, - { rule_any = { class = { - "Gscan2pdf", - "Gimp", - }, - instance = { - "libreoffice", - } - }, - properties = { new_tag = { - layout = layouts.maximised, - volatile = true, - }, - switchtotag = true, - focus = true, - }, - }, +-- { rule_any = { class = { +-- "Gscan2pdf", +-- "Gimp", +-- }, +-- instance = { +-- "libreoffice", +-- } +-- }, +-- properties = { new_tag = { +-- layout = layouts.maximised, +-- volatile = true, +-- }, +-- switchtotag = true, +-- focus = true, +-- }, +-- }, --XX-- { rule = { class = "Gscan2pdf" }, --XX-- properties = { --XX-- switchtotag = true