mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-04 07:14:21 +02:00
rules: make key-mon floating (and intrusive)
This commit is contained in:
parent
8ca1c0e31d
commit
e9304f8668
2 changed files with 2 additions and 2 deletions
|
@ -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 }},
|
||||
}
|
||||
|
|
|
@ -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" } },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue