summaryrefslogtreecommitdiff
path: root/bin/autostart.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/autostart.sh')
-rwxr-xr-xbin/autostart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/autostart.sh b/bin/autostart.sh
index db0b790..a33b748 100755
--- a/bin/autostart.sh
+++ b/bin/autostart.sh
@@ -56,6 +56,6 @@ done
# WM-specific startup tasks
case $WM_NAME in
- '"Openbox"') which octopi-notifier && sleep 10 && octopi-notifier & ;;
+ '"Openbox"') which octopi-notifier && sleep 10 && octopi-notifier & ;; # FIXME: issue #1850
'"MATE"' ) ;;
esac