chromium: Remove wayland flags

This caused a bunch of horrible to debug issues on Hyprland/Wayland such
as tab switching not working. This also broke the usage of Chromium in
non-Wayland environments like dwm.
This commit is contained in:
Donovan Glover 2024-09-18 14:29:23 -04:00
parent a668b5b28c
commit 4b12396bf4
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -6,8 +6,6 @@
package = pkgs.ungoogled-chromium; package = pkgs.ungoogled-chromium;
commandLineArgs = [ commandLineArgs = [
"--ozone-platform=wayland"
"--enable-wayland-ime"
"--extension-mime-request-handling=always-prompt-for-install" "--extension-mime-request-handling=always-prompt-for-install"
"--webrtc-ip-handling-policy=default_public_interface_only" "--webrtc-ip-handling-policy=default_public_interface_only"
]; ];