From f917ba85cac88e7f0e4762cc0e1c33bbac88fdcd Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 5 Dec 2024 11:36:42 -0500 Subject: [PATCH] fix electron apps not wayland --- home/config/hypr/scripts.d/autostart.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/config/hypr/scripts.d/autostart.sh b/home/config/hypr/scripts.d/autostart.sh index 7eaecac..c812d74 100755 --- a/home/config/hypr/scripts.d/autostart.sh +++ b/home/config/hypr/scripts.d/autostart.sh @@ -9,10 +9,10 @@ mako & gnome-keyring-daemon --foreground & wl-clip-persist --clipboard both & -gtk-launch discord & -gtk-launch element-desktop & -gtk-launch org.gajim.Gajim & -gtk-launch thunderbird & +discord --enable-features=UseOzonePlatform --ozone-platform=wayland & +element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland & +gajim & +thunderbird & hyprpaper & hypridle &