X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/8dcec34510c10a97dcc1c7bbd3ef002130203629..15c75aebde651a40fa797dbe0b8c3d49bb16d52f:/.config/awesome/rc.lua diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index eeb197b..f54d9c9 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -989,7 +989,8 @@ awful.rules.rules = { buttons = clientbuttons, screen = awful.screen.preferred, placement = awful.placement.no_overlap+awful.placement.no_offscreen, - --floating = false + floating = false, + maximized = false, }, }, { rule = { type = "dialog" }, @@ -1031,7 +1032,6 @@ awful.rules.rules = { }, }, { rule_any = { class = { - "Wicd-client.py", "Gxmessage", "Pinentry" }}, @@ -1043,7 +1043,6 @@ awful.rules.rules = { }, { rule_any = { instance = { "tridactyl-edit", - "libreoffice", "pdfshuffler" }}, properties = { floating = true, @@ -1052,22 +1051,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