mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
tags: don't make keepassx special anymore
This commit is contained in:
parent
c09e38673a
commit
90ed6a3127
2 changed files with 2 additions and 3 deletions
|
@ -42,8 +42,7 @@ awful.rules.rules = {
|
||||||
-- Should not be master
|
-- Should not be master
|
||||||
{ rule_any = { class =
|
{ rule_any = { class =
|
||||||
{ config.termclass,
|
{ config.termclass,
|
||||||
"Transmission-gtk",
|
"Transmission-gtk"
|
||||||
"Keepassx",
|
|
||||||
}, instance = { "Download" }},
|
}, instance = { "Download" }},
|
||||||
except = { icon_name = "QuakeConsoleNeedsUniqueName" },
|
except = { icon_name = "QuakeConsoleNeedsUniqueName" },
|
||||||
properties = { },
|
properties = { },
|
||||||
|
|
|
@ -72,7 +72,7 @@ shifty.config.apps = {
|
||||||
intrusive = true, -- Display even on exclusive tags
|
intrusive = true, -- Display even on exclusive tags
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
match = { class = { "Keepassx", "Key[-]mon" },
|
match = { class = { "Key[-]mon" },
|
||||||
role = { "pop[-]up" },
|
role = { "pop[-]up" },
|
||||||
name = { "Firebug" },
|
name = { "Firebug" },
|
||||||
check = function (c)
|
check = function (c)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue