+ Added zsh completion (from O-M-Z)
This commit is contained in:
parent
5465d1f7b5
commit
10bf2e49c0
6 changed files with 104 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue