From 3b40996352a018327f83eaa4c87c9a88383ea395 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 10 Mar 2020 19:59:57 +0100 Subject: [PATCH 1/1] unify apps getting their own temporary tag --- .config/awesome/rc.lua | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) 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 -- 2.39.2