From 4b12396bf4c2910e896159c38f7c94b859ff1317 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 18 Sep 2024 14:29:23 -0400 Subject: [PATCH] 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. --- home/chromium.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/home/chromium.nix b/home/chromium.nix index f133f658..75bdbdd0 100644 --- a/home/chromium.nix +++ b/home/chromium.nix @@ -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" ];