commit aa06150d3d93c0abda515431f4239333f49b857c
parent f758eab8505fbddb27ea77f042e0fffb484819cb
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date: Mon, 28 Nov 2022 18:03:32 -0500
xprofile: check if dunst exists before launching
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/X11/xprofile b/.config/X11/xprofile
@@ -3,7 +3,7 @@ xset -b
xset s 600 60
setxkbmap -rules evdev -model evdev -layout us -variant altgr-intl
-dunst &
+command -v dunst >/dev/null 2>&1 && dunst &
command -v picom >/dev/null 2>&1 && picom --daemon
# redshift &