+ Added zsh completion (from O-M-Z)

This commit is contained in:
ziro 2020-06-26 09:26:08 +07:00
parent 5465d1f7b5
commit 10bf2e49c0
6 changed files with 104 additions and 16 deletions

View file

@ -1,14 +1,14 @@
#!/bin/sh
$XDG_CONFIG_HOME/polybar/launch-dwm.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
if [ x$(pidof dwmblocks) = "x" ]
then
dwmblocks &
pkill -RTMIN+1 dwmblocks
else
echo 'dwmblocks is running, skipped.'
fi