mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-03 14:54: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 }},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue