Move Chromium flags to ENV so they'll be picked up by .desktop

This commit is contained in:
David Heinemeier Hansson
2025-06-11 10:21:58 +02:00
parent 7a3bc9e64e
commit e63e2c6e89
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +0,0 @@
--enable-features=UseOzonePlatform
--ozone-platform=wayland
--enable-wayland-ime
--wayland-text-input-version=3

View File

@ -17,6 +17,9 @@ xwayland {
force_zero_scaling = true force_zero_scaling = true
} }
# Make Chromium use XCompose and all Wayland
env = CHROMIUM_FLAGS,"--enable-features=UseOzonePlatform --ozone-platform=wayland --enable-wayland-ime --wayland-text-input-version=3"
# Make .desktop files available for wofi # Make .desktop files available for wofi
env = XDG_DATA_DIRS,/usr/share:/usr/local/share:~/.local/share env = XDG_DATA_DIRS,/usr/share:/usr/local/share:~/.local/share