From: martin f. krafft Date: Tue, 10 Mar 2020 18:59:57 +0000 (+0100) Subject: unify apps getting their own temporary tag X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/3b40996352a018327f83eaa4c87c9a88383ea395?ds=sidebyside unify apps getting their own temporary tag --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 91c2ca6..6c5f2b4 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -1050,22 +1050,25 @@ awful.rules.rules = { placement = awful.placement.centered, }, }, --- { rule_any = { class = { --- "Gscan2pdf", --- "Gimp", --- }, --- instance = { --- "libreoffice", --- } --- }, --- properties = { new_tag = { --- layout = layouts.maximised, --- volatile = true, --- }, --- switchtotag = true, --- focus = true, --- }, --- }, + { rule_any = { class = { + "Gscan2pdf", + "Gimp", + "Inkscape", + "Pitivi", + }, + instance = { + "libreoffice", + } + }, + except_any = { type = { "dialog" } }, + properties = { new_tag = { + layout = layouts.maximised, + volatile = true, + }, + switchtotag = true, + focus = true, + }, + }, --XX-- { rule = { class = "Gscan2pdf" }, --XX-- properties = { --XX-- switchtotag = true