fix(hyprland): proper rule syntax for 0.52.1 and re-enable autostart

- Removed 'on/off' suffixes from window rules.
- Replaced 'match:' with proper colon syntax for selectors.
- Re-enabled swww, waybar, and boot scripts.
This commit is contained in:
Bernardo Magri
2026-04-05 14:30:46 +01:00
parent 1fa60ed64a
commit c336f528a8
19 changed files with 74 additions and 74 deletions

View File

@@ -1,10 +1,10 @@
# Picture-in-picture overlays
windowrulev2 = tag +pip, match:title (Picture.?in.?[Pp]icture)
windowrulev2 = tag -default-opacity, match:tag pip
windowrulev2 = float on, match:tag pip
windowrulev2 = pin on, match:tag pip
windowrulev2 = size 600 338, match:tag pip
windowrulev2 = keep_aspect_ratio on, match:tag pip
windowrulev2 = border_size 0, match:tag pip
windowrulev2 = opacity 1 1, match:tag pip
windowrulev2 = move (monitor_w-window_w-40) (monitor_h*0.04), match:tag pip
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