diff --git a/home-profiles/desktop/.config/sway/common b/home-profiles/desktop/.config/sway/common
index 53fdc1c48e1ab655680c29441687d5919920524b..9041ebc6553addafd52c5d3f7525371cd92e0d35 100644
--- a/home-profiles/desktop/.config/sway/common
+++ b/home-profiles/desktop/.config/sway/common
@@ -229,8 +229,8 @@ bindsym $mod+p exec $terminal python
 bindsym $mod+Shift+p exec $terminal stack ghci --verbosity warning
 
 # start a browser
-#bindsym $mod+b exec --no-startup-id chromium --enable-features=UseOzonePlatform --ozone-platform=wayland --force-dark-mode
-bindsym $mod+b exec --no-startup-id chromium --enable-features=WebRTCPipeWireCapturer --force-dark-mode
+# Ozone appears to work only when $DISPLAY is not set
+bindsym $mod+b exec --no-startup-id chromium --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland --force-dark-mode
 #bindsym $mod+Shift+b exec --no-startup-id qutebrowser
 
 # start htop