mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
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:
parent
a668b5b28c
commit
4b12396bf4
@ -6,8 +6,6 @@
|
||||
package = pkgs.ungoogled-chromium;
|
||||
|
||||
commandLineArgs = [
|
||||
"--ozone-platform=wayland"
|
||||
"--enable-wayland-ime"
|
||||
"--extension-mime-request-handling=always-prompt-for-install"
|
||||
"--webrtc-ip-handling-policy=default_public_interface_only"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user