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.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Webcam overlay for screen recording
|
||||
windowrule = float on, match:title WebcamOverlay
|
||||
windowrule = pin on, match:title WebcamOverlay
|
||||
windowrule = no_initial_focus on, match:title WebcamOverlay
|
||||
windowrule = no_dim on, match:title WebcamOverlay
|
||||
windowrule = move (monitor_w-window_w-40) (monitor_h-window_h-40), match:title WebcamOverlay
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user