Removed individual dwmscripts and moved to single file to get rid of dwmblocks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user