Files
omarchy/migrations
Derek 800962b18f fix: prevent Chromium crash when moving windows between monitors (#2394)
* fix: prevent Chromium crash when moving windows between monitors

Adds --disable-features=WaylandWpColorManagerV1 to Chromium and Brave
flag configs to prevent crashes when moving windows between monitors or
workspaces on Hyprland. This is a workaround for a Chromium/Wayland
color management conflict.

Upstream Chromium fix exists but won't reach stable for ~a month. This
provides a temporary bridge until the fix lands in stable releases.

Fixes #2384
Refs #2184
Refs: https://github.com/hyprwm/Hyprland/issues/11957
Refs: https://github.com/hyprwm/Hyprland/discussions/11961
Refs: https://issues.chromium.org/issues/40263183
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/7003036

* Add migration to update existing Chromium/Brave configs with crash fix

Adds migration script to append --disable-features=WaylandWpColorManagerV1
to existing users' chromium-flags.conf and brave-flags.conf files.

The script:
- Checks if config files exist before attempting to modify them
- Uses grep to verify the flag isn't already present
- Only adds the flag and explanatory comment if needed
- Handles both Chromium and Brave configurations

This ensures existing Omarchy users get the Hyprland crash workaround
without needing to manually update their configs.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Fix warnings and make conditional explicit

---------

Co-authored-by: Derek Castillo <d-cas@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: David Heinemeier Hansson <david@hey.com>
2025-10-14 11:44:55 +03:00
..
2025-08-31 16:28:27 +02:00
2025-07-09 19:13:37 -04:00
2025-07-09 19:08:44 -04:00
2025-07-23 12:59:32 -04:00
2025-08-25 07:04:43 +02:00
2025-08-24 18:00:28 +02:00
2025-08-27 15:24:18 +02:00
2025-08-11 16:44:58 +02:00
2025-08-31 13:35:45 +02:00
2025-08-25 11:41:36 +02:00
2025-08-27 15:24:18 +02:00
2025-08-25 11:45:30 +02:00
2025-08-27 15:24:18 +02:00
2025-08-29 19:44:07 +02:00
2025-08-31 10:07:37 +02:00
2025-08-31 16:50:22 +02:00
2025-09-17 23:02:23 +02:00
2025-09-14 22:14:29 +02:00
2025-09-16 22:14:40 +02:00
2025-10-10 10:01:02 -04:00
2025-10-12 17:36:03 -04:00
2025-10-08 14:11:25 -04:00
2025-10-10 21:11:25 -04:00
2025-10-13 01:01:57 -04:00