suckless-utils/desktop/startdwm

15 lines
521 B
Plaintext
Raw Normal View History

#!/bin/sh
systemctl --user restart clipmenud.service # restarts clipmenud, if installed
2023-09-19 16:08:34 +02:00
wal -R # could be changed
picom -b # launches compositor
/usr/local/bin/dwmblocks & # launches slstatus/dwmblocks
/usr/bin/dunst & # launches dunst daemon
while true; do
xsetroot -name ";$(date +'%A, %B %d, %Y') | Kernel $(uname -r) | suckless-utils 6.4"
sleep infinity
done &
paplay /usr/share/sounds/Oxygen-Sys-Special.ogg # autoplay sound, optional
pkill -f "sleep infinity" &
2023-09-19 16:08:34 +02:00
nm-applet &
exec /usr/local/bin/dwm # launch dwm