+ Bloody hell that's alot of changes

This commit is contained in:
ziro 2021-11-13 07:28:50 +07:00
parent cc10c88305
commit 3b6f6f7a5a
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
7 changed files with 107 additions and 16 deletions

View file

@ -5,10 +5,5 @@ 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
[ x$(pidof dwmblocks) = "x" ] && $(dwmblocks &; pkill -RTMIN+1 dwmblocks) || echo "dwmblocks is running, skipped."
fcitx5 -d &