From c329fd74ab332c04521860fb01be582bf49bdeb8 Mon Sep 17 00:00:00 2001 From: Ben L <11444078+b3n-l@users.noreply.github.com> Date: Sun, 15 Sep 2024 19:20:28 +0200 Subject: [PATCH] Use -e to set sway env when running dex autostart Fixes an issue where the OnlyShowIn or NotShowIn fields in .desktop files are not respected --- .config/sway/config.d/autostart_applications | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config.d/autostart_applications b/.config/sway/config.d/autostart_applications index 6ea0970..a922371 100644 --- a/.config/sway/config.d/autostart_applications +++ b/.config/sway/config.d/autostart_applications @@ -28,7 +28,7 @@ exec wl-paste --type text --watch cliphist store exec wl-paste --type image --watch cliphist store # Welcome App -exec dex -a -s /etc/xdg/autostart/:~/.config/autostart/ +exec dex -a -e sway -s /etc/xdg/autostart/:~/.config/autostart/ # Sway Fader # exec python3 ~/.config/sway/scripts/swayfader.py