- Removed 'on/off' suffixes from window rules. - Replaced 'match:' with proper colon syntax for selectors. - Re-enabled swww, waybar, and boot scripts.
11 lines
416 B
Plaintext
11 lines
416 B
Plaintext
# Picture-in-picture overlays
|
|
windowrulev2 = tag +pip, title:(Picture.?in.?[Pp]icture)
|
|
windowrulev2 = tag -default-opacity, tag:pip
|
|
windowrulev2 = float, tag:pip
|
|
windowrulev2 = pin, tag:pip
|
|
windowrulev2 = size 600 338, tag:pip
|
|
windowrulev2 = keep_aspect_ratio on, tag:pip
|
|
windowrulev2 = border_size 0, tag:pip
|
|
windowrulev2 = opacity 1 1, tag:pip
|
|
windowrulev2 = move (monitor_w-window_w-40) (monitor_h*0.04), tag:pip
|