+ Bloody hell that's alot of changes
This commit is contained in:
parent
cc10c88305
commit
3b6f6f7a5a
7 changed files with 107 additions and 16 deletions
|
@ -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 &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue