Switch to EXWM
[~bandali/configs] / .local / bin / startup-progs
index 2040de2..39cb82f 100755 (executable)
@@ -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 &