summaryrefslogtreecommitdiff
path: root/bin/autostart.sh
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-07-03 15:58:39 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2019-02-26 00:52:20 -0500
commit6e3ffab70b83a7fc8cfa4249507e06e95017aa12 (patch)
tree6ecf6779a52f772fa5aee6f81ecc7ed7d8f3a646 /bin/autostart.sh
parent44a83c2ac4f4f938a46570ed623b7f75030efc25 (diff)
fix desktop shortcut URL bugv0.12
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