mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
tags: matching is done with regexp-like expressions
This commit is contained in:
parent
adf9544455
commit
0f3a920e52
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ shifty.config.apps = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
match = { class = { "Keepassx" },
|
match = { class = { "Keepassx" },
|
||||||
role = { "pop-up" },
|
role = { "pop[-]up" },
|
||||||
instance = { "plugin-container", "exe" } },
|
instance = { "plugin[-]container", "exe" } },
|
||||||
intrusive = true,
|
intrusive = true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue