rules: make key-mon floating (and intrusive)

This commit is contained in:
Vincent Bernat 2012-10-17 08:38:18 +02:00
parent 8ca1c0e31d
commit e9304f8668
2 changed files with 2 additions and 2 deletions

View file

@ -44,6 +44,6 @@ awful.rules.rules = {
properties = { },
callback = awful.client.setslave },
-- Floating windows
{ rule_any = { class = { "Display.im6" } },
{ rule_any = { class = { "Display.im6", "Key-mon" } },
properties = { floating = true }},
}

View file

@ -68,7 +68,7 @@ shifty.config.apps = {
intrusive = true, -- Display even on exclusive tags
},
{
match = { class = { "Keepassx" },
match = { class = { "Keepassx", "Key[-]mon" },
role = { "pop[-]up" },
name = { "Firebug" },
instance = { "plugin[-]container", "exe" } },