From 7091c6ec437fcf7dbc0a3b2f3b6062a23ce6ce31 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 25 Feb 2015 13:12:04 +0100 Subject: Set Dia windows to master as well --- awesome/.config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awesome/.config') diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 71a2946..6853db2 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -507,7 +507,7 @@ client.connect_signal("manage", function (c, startup) if not startup then -- Set the windows at the slave, -- i.e. put it at the end of others instead of setting it master. - if not awful.rules.match(c, { class = "Emacs" }) then + if not awful.rules.match_any(c, { class = { "Emacs", "Dia" } }) then awful.client.setslave(c) end -- cgit v1.2.3-54-g00ecf