From ad81040d1dee1c70db0926bc5b1f440621fda2a1 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Tue, 2 Jul 2024 11:54:12 +0700 Subject: [PATCH] fix: Don't force use wayland In case I need to use X11 DE, since Hyprland performance has been regressing lately --- .config/electron29-flags.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/electron29-flags.conf b/.config/electron29-flags.conf index 1053ba2..4b75c66 100644 --- a/.config/electron29-flags.conf +++ b/.config/electron29-flags.conf @@ -1,3 +1,3 @@ --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer,WaylandWindowDecorations ---ozone-platform=wayland +--ozone-platform-hint=auto --enable-wayland-ime