Removed individual dwmscripts and moved to single file to get rid of dwmblocks

This commit is contained in:
2021-10-11 22:20:37 +02:00
parent e6c5c43300
commit 55ea37de07
10 changed files with 77 additions and 63 deletions
-1
View File
@@ -2,7 +2,6 @@
if [[ $UID -ge 1000 && -d $HOME/.local/bin && -z $(echo $PATH | grep -o $HOME/.local/bin) ]]
then
export PATH="$HOME/.local/bin:${PATH}"
export PATH="$HOME/.local/bin/dwmscript:${PATH}"
fi
# start x -> starts dwm within .xinitrc