Files
Nomarchy/config/nomarchy/default/hypr/apps/pip.conf
Bernardo Magri 1fa60ed64a fix(vm): increase RAM to 8GB and fix Hyprland rule syntax to prevent crashes
- Increase VM memory to 8192MB to avoid OOM kills during session startup.
- Migrate all 'windowrule' to 'windowrulev2' in core configuration.
- Fix 'no_anim' syntax in layer rules.
- Re-enable graphics while keeping serial logs for debugging.
2026-04-05 14:17:52 +01:00

11 lines
476 B
Plaintext

# 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