summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-01-02 15:47:18 -0600
committerzachir <zachir@librem.one>2024-01-02 16:14:27 -0600
commitf0d02f9bc6e6021b90f7cd5d3cd2eb9cb8758f31 (patch)
tree862cacb29ff1929e2b296cce983ad11e081a28c0
parent7398ca44ead21f64e9ce2a0f3c2bc5de3d2f103b (diff)
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.
-rwxr-xr-xautostart.sh2
1 files changed, 0 insertions, 2 deletions
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"