dotfiles/.config/dwm/autostart.sh
2020-05-27 16:57:39 +07:00

14 lines
263 B
Bash
Executable file

#!/bin/sh
launch-dwmblocks &
picom &
nitrogen --restore &
$HOME/.scripts/launch-conky_dwm.sh &
sxhkd -c $HOME/.config/sxhkd/dwm &
#if [ x$(pidof dwmblocks) = "x" ]
#then
# dwmblocks &
# pkill -RTMIN+1 dwmblocks
#else
# echo 'dwmblocks is running, skipped.'
#fi