summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.local/bin/startup-progs6
1 files changed, 4 insertions, 2 deletions
diff --git a/.local/bin/startup-progs b/.local/bin/startup-progs
index 2040de2..39cb82f 100755
--- a/.local/bin/startup-progs
+++ b/.local/bin/startup-progs
@@ -11,8 +11,10 @@ xsetroot -cursor_name left_ptr
xset r rate 200 45
xset b off
-light -N 1
+[ -x "$(command -v light)" ] && light -N 1
-[ -x "$(command -v dunst)" ] && dunst &
+# [ -f "/usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notifyd" ] && /usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notifyd &
+# [ -x "$(command -v light-locker)" ] && light-locker --lock-on-suspend &
+[ -x "$(command -v dunst)" ] && dunst &
[ -x "$(command -v nm-applet)" ] && nm-applet &
[ -x "$(command -v pasystray)" ] && pasystray -a &