dotfiles/.config/dwm/autostart.sh
2020-05-28 15:18:53 +07:00

14 lines
285 B
Bash
Executable file

#!/bin/sh
$XDG_CONFIG_HOME/polybar/launch-dwm.sh &
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