omarchy icon indicating copy to clipboard operation
omarchy copied to clipboard

Support environment variables in browser desktop files

Open jelenv opened this issue 3 months ago • 0 comments

The launch scripts omarchy-launch-browser and omarchy-launch-webapp now extract and forward env variables in browser desktop files correctly.

Fixes launching Chrome with custom hardware acceleration flags and similar configurations.

For example this configuration in google-chrome.desktop file now correctly works:

Exec=env LIBVA_DRIVER_NAME=radeonsi /usr/bin/google-chrome-stable --disable-features=WaylandWpColorManagerV1 %U

This is often needed on hybrid GPU laptops.

jelenv avatar Oct 18 '25 14:10 jelenv