summaryrefslogtreecommitdiff
path: root/home/config/hypr/scripts.d/autostart.sh
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-12-05 11:36:42 -0500
committerFreya Murphy <freya@freyacat.org>2024-12-05 11:36:42 -0500
commitf917ba85cac88e7f0e4762cc0e1c33bbac88fdcd (patch)
tree63e377d12f6675b2012659102a577fe13c6c45f5 /home/config/hypr/scripts.d/autostart.sh
parentfix rust analyzer lsp (diff)
downloaddotfiles-guix-f917ba85cac88e7f0e4762cc0e1c33bbac88fdcd.tar.gz
dotfiles-guix-f917ba85cac88e7f0e4762cc0e1c33bbac88fdcd.tar.bz2
dotfiles-guix-f917ba85cac88e7f0e4762cc0e1c33bbac88fdcd.zip
fix electron apps not wayland
Diffstat (limited to '')
-rwxr-xr-xhome/config/hypr/scripts.d/autostart.sh8
1 files 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 &