From 90ed6a3127029cb5268f8ae4b3f7ff7877e68124 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 30 Aug 2014 17:08:42 +0200 Subject: [PATCH] tags: don't make keepassx special anymore --- rc/rules.lua | 3 +-- rc/tags.lua | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/rc/rules.lua b/rc/rules.lua index b24051d..bf9ec11 100644 --- a/rc/rules.lua +++ b/rc/rules.lua @@ -42,8 +42,7 @@ awful.rules.rules = { -- Should not be master { rule_any = { class = { config.termclass, - "Transmission-gtk", - "Keepassx", + "Transmission-gtk" }, instance = { "Download" }}, except = { icon_name = "QuakeConsoleNeedsUniqueName" }, properties = { }, diff --git a/rc/tags.lua b/rc/tags.lua index 18b66c5..45c17cb 100644 --- a/rc/tags.lua +++ b/rc/tags.lua @@ -72,7 +72,7 @@ shifty.config.apps = { intrusive = true, -- Display even on exclusive tags }, { - match = { class = { "Keepassx", "Key[-]mon" }, + match = { class = { "Key[-]mon" }, role = { "pop[-]up" }, name = { "Firebug" }, check = function (c)