diff --git a/modules/sway/config.nix b/modules/sway/config.nix
index c11c6aff76254af58c5b05c9be409ff8d2aa04f8..799116cde3d9648d4a25b56154562311358f14b0 100644
--- a/modules/sway/config.nix
+++ b/modules/sway/config.nix
@@ -232,7 +232,8 @@ bindsym $mod+Shift+p exec $terminal stack ghci --verbosity warning
 
 # start a browser
 # Ozone appears to work only when $DISPLAY is not set
-bindsym $mod+b exec chromium --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland --force-dark-mode
+bindsym $mod+b exec "chromium --enable-features=WebRTCPipeWireCapturer --force-dark-mode"
+#bindsym $mod+b exec "chromium --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland --force-dark-mode"
 #bindsym $mod+Shift+b exec qutebrowser
 
 # start htop