diff options
author | Freya Murphy <freya@freyacat.org> | 2024-12-05 11:36:42 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-12-05 11:36:42 -0500 |
commit | f917ba85cac88e7f0e4762cc0e1c33bbac88fdcd (patch) | |
tree | 63e377d12f6675b2012659102a577fe13c6c45f5 /home/config | |
parent | fix rust analyzer lsp (diff) | |
download | dotfiles-guix-f917ba85cac88e7f0e4762cc0e1c33bbac88fdcd.tar.gz dotfiles-guix-f917ba85cac88e7f0e4762cc0e1c33bbac88fdcd.tar.bz2 dotfiles-guix-f917ba85cac88e7f0e4762cc0e1c33bbac88fdcd.zip |
fix electron apps not wayland
Diffstat (limited to '')
-rwxr-xr-x | home/config/hypr/scripts.d/autostart.sh | 8 |
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 & |