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,6 +1,6 @@
# Webcam overlay for screen recording
windowrulev2 = float on, match:title WebcamOverlay
windowrulev2 = pin on, match:title WebcamOverlay
windowrulev2 = no_initial_focus on, match:title WebcamOverlay
windowrulev2 = no_dim on, match:title WebcamOverlay
windowrulev2 = move (monitor_w-window_w-40) (monitor_h-window_h-40), match:title WebcamOverlay
windowrulev2 = float, title:WebcamOverlay
windowrulev2 = pin, title:WebcamOverlay
windowrulev2 = noinitialfocus, title:WebcamOverlay
windowrulev2 = nodim, title:WebcamOverlay
windowrulev2 = move (monitor_w-window_w-40) (monitor_h-window_h-40), title:WebcamOverlay