mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 10:48:35 +02:00
tags: make popup windows "intrusive"
This commit is contained in:
parent
166ca8d243
commit
7ced7551f0
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ shifty.config.apps = {
|
|||
intrusive = true, -- Display even on exclusive tags
|
||||
},
|
||||
{
|
||||
match = { "Keepassx" },
|
||||
match = { class = { "Keepassx" },
|
||||
role = { "pop-up" } },
|
||||
intrusive = true,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue