From f0d02f9bc6e6021b90f7cd5d3cd2eb9cb8758f31 Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 2 Jan 2024 15:47:18 -0600 Subject: autostart.sh: Remove non-generic apps Autostart should not try to start apps that probably aren't installed. (You know what they say about assuming). At least, for the master branch. --- autostart.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'autostart.sh') diff --git a/autostart.sh b/autostart.sh index f2b53a7..311953f 100755 --- a/autostart.sh +++ b/autostart.sh @@ -26,8 +26,6 @@ if [ -n "${WAYLAND_DISPLAY}${DISPLAY}" ]; then import-gsettings icon-theme 'Mint-X-Grey' import-gsettings cursor-theme 'Adwaita' xrdb ~/.Xresources - runifnot portmaster-start --data=/opt/safing/portmaster notifier - runifnot jamesdsp -t fi [ -x "$XDG_CONFIG_HOME/computerrc.sh" ] && "$XDG_CONFIG_HOME/computerrc.sh" -- cgit v1.2.3