omarchy icon indicating copy to clipboard operation
omarchy copied to clipboard

ensure wayland is used for chromium browsers

Open joshleblanc opened this issue 4 months ago • 1 comments

I'm pretty sure this isn't the best way to do this, but with the v2 update, everything seemed to break if you weren't using chromium.

All this is doing is doing the same check we already do for valid browsers after finding the executable, and applying the wayland ozone platform if it's valid.

joshleblanc avatar Aug 25 '25 21:08 joshleblanc

Oh was just about to make a PR for this! Much needed on Vivaldi. Atm, my workaround was to

ln -s ~/.config/chromium-flags.conf ~/.config/vivaldi-stable.conf

but yours is a nicer, more universal solution and doesn't "pollute" the config tree with yet another file.

dinvlad avatar Aug 28 '25 16:08 dinvlad

I actually think we should just have the flags file there. That's the best way to control this flag and the rest of them. We have several in chromium-flags.conf.

dhh avatar Sep 09 '25 18:09 dhh