From 0bf43d74440d075ac445131f0b0869d24d34b7fe Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 19 Jul 2024 21:10:36 +0200 Subject: Make Electron apps use Wayland natively --- tw/services/desktop.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/tw/services/desktop.scm b/tw/services/desktop.scm index 8c3c37f7..d5241908 100644 --- a/tw/services/desktop.scm +++ b/tw/services/desktop.scm @@ -597,6 +597,7 @@ corner_radius 6 ("MOZ_ENABLE_WAYLAND" . "1") ("TERMINAL" . "foot") ; needed for rofi-sensible-terminal ("QT_QPA_PLATFORM" . "wayland") ; needed for Qt apps, e.g. obs + ("ELECTRON_OZONE_PLATFORM_HINT" . "wayland") ; for Electron apps, e.g. signal-desktop ("XDG_CURRENT_DESKTOP" . "sway") ; not sure why this isn't set by default ("_JAVA_OPTIONS" . ,(string-append -- cgit v1.2.3