X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/8dcec34510c10a97dcc1c7bbd3ef002130203629..3b40996352a018327f83eaa4c87c9a88383ea395:/.config/awesome/rc.lua?ds=sidebyside diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index eeb197b..6c5f2b4 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -1031,7 +1031,6 @@ awful.rules.rules = { }, }, { rule_any = { class = { - "Wicd-client.py", "Gxmessage", "Pinentry" }}, @@ -1043,7 +1042,6 @@ awful.rules.rules = { }, { rule_any = { instance = { "tridactyl-edit", - "libreoffice", "pdfshuffler" }}, properties = { floating = true, @@ -1052,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