mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
Google Chrome reports itself as google-chrome in `hyprctl clients` but the matching for the windowrule did not work, probably because since hyprland 0.46.0 the regex matching needs to span the entire string. This change makes "google-chrome" get recognized so that windows of that browser receive the chromium-based-browser tag, which in turn provides better opacity settings for Chrome windows. Since "chrome" was matched by the regex before, this fix now should restore the originally intended behavior for Google Chrome. Co-authored-by: David Heinemeier Hansson <david@hey.com>