mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-31 15:09:23 +02:00
rules: make Picture-in-Picture floaring, ontop and intrusive
Also, allow to toggle stickyness.
This commit is contained in:
parent
56912f9900
commit
625c901d53
3 changed files with 6 additions and 2 deletions
|
@ -53,7 +53,10 @@ awful.rules.rules = {
|
|||
except = { icon_name = "QuakeConsoleNeedsUniqueName" },
|
||||
properties = { },
|
||||
callback = awful.client.setslave },
|
||||
-- Picture in picture
|
||||
{ rule = { name = "Picture-in-Picture" },
|
||||
properties = { floating = true, ontop = true } },
|
||||
-- Floating windows
|
||||
{ rule_any = { class = { "Display.im6", "Key-mon", "Picture-in-Picture" } },
|
||||
{ rule_any = { class = { "Display.im6", "Key-mon" } },
|
||||
properties = { floating = true }},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue