From 179c5dc91a48603aa3c25f427b0c4697ecbadcb8 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 9 Mar 2018 14:44:46 +0100 Subject: [PATCH] disable rules for UI clients for now --- .config/awesome/rc.lua | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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 -- 2.39.2