aboutsummaryrefslogtreecommitdiff
path: root/env/.local/bin/system
diff options
context:
space:
mode:
Diffstat (limited to 'env/.local/bin/system')
-rwxr-xr-xenv/.local/bin/system/start-scripts/autostart.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh
index 8b639f3..f5bee46 100755
--- a/env/.local/bin/system/start-scripts/autostart.sh
+++ b/env/.local/bin/system/start-scripts/autostart.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+cd "$(dirname "$0")"
extra=0
if [ "$(cat /etc/hostname)" == "Kasino" ]; then
@@ -42,10 +43,10 @@ if [ "$WAYLAND_DISPLAY" ]; then
fi
if [ -z $(pgrep -f newsboat-fetch.sh) ]; then
- ~/.config/dwm/newsboat-fetch.sh &
+ ./newsboat-fetch.sh &
fi
if [ -z $(pgrep -f lessons-loop.sh) ]; then
- ~/.config/dwm/lessons-loop.sh &
+ ./lessons-loop.sh &
fi
if [ -z $(pgrep wezterm) ]; then