OSDN Git Service

make built in status optional
authorpaperbenni <paperbenni@gmail.com>
Sat, 30 May 2020 10:05:01 +0000 (12:05 +0200)
committerpaperbenni <paperbenni@gmail.com>
Sat, 30 May 2020 10:05:01 +0000 (12:05 +0200)
autostart.sh

index 82426df..8a80590 100755 (executable)
@@ -213,7 +213,11 @@ if iconf -i highfps; then
        xdotool key super+alt+shift+d
 fi
 
-source /usr/bin/instantstatus &
+# make built in status optional
+if ! iconf -i nostatus; then
+       source /usr/bin/instantstatus &
+fi
+
 lxpolkit &
 xfce4-power-manager &