mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-04 20:28:23 +02:00
Updated hyprland throws Invalid rule / Invalid parameter on the pip windowrule
10 lines
317 B
Plaintext
10 lines
317 B
Plaintext
# Picture-in-picture overlays
|
|
windowrule = tag +pip, title:(Picture.?in.?[Pp]icture)
|
|
windowrule = float, tag:pip
|
|
windowrule = pin, tag:pip
|
|
windowrule = size 600 338, tag:pip
|
|
windowrule = keepaspectratio, tag:pip
|
|
windowrule = noborder, tag:pip
|
|
windowrule = opacity 1 1, tag:pip
|
|
windowrule = move 100%-w-40 4%, tag:pip
|