dotfiles/.config/dwm/autostart.sh
ziro 57c06d99ce + Use dwmblocks on dwm
+ Added free disks indicator to polybar
+ Trying out lfimg (Buggy)
+ Rework rateUSD
+ Rework PATH, now detect any subdir inside .local/bin
+ lf now can be accessed inside vim
2020-05-18 12:48:22 +07:00

14 lines
229 B
Bash
Executable file

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