From e9304f8668b15299b5228deb8502842e489e0685 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 17 Oct 2012 08:38:18 +0200 Subject: [PATCH] rules: make key-mon floating (and intrusive) --- rc/rules.lua | 2 +- rc/tags.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/rules.lua b/rc/rules.lua index 4162bc8..f0c6524 100644 --- a/rc/rules.lua +++ b/rc/rules.lua @@ -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 }}, } diff --git a/rc/tags.lua b/rc/tags.lua index 783cc8e..1fdf8e3 100644 --- a/rc/tags.lua +++ b/rc/tags.lua @@ -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" } },