summaryrefslogtreecommitdiffstats
path: root/awesome
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-02-25 13:12:04 +0100
committerGravatar Tom Willemse2015-02-25 13:12:04 +0100
commit7091c6ec437fcf7dbc0a3b2f3b6062a23ce6ce31 (patch)
tree36adfa6aeca736faca894038f579f182c3d25bee /awesome
parent7926b846a722b16e89d89f918a57a23157a49bbd (diff)
downloaddotfiles-7091c6ec437fcf7dbc0a3b2f3b6062a23ce6ce31.tar.gz
dotfiles-7091c6ec437fcf7dbc0a3b2f3b6062a23ce6ce31.zip
Set Dia windows to master as well
Diffstat (limited to 'awesome')
-rw-r--r--awesome/.config/awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
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