emacs-config/%backup%~
2020-05-28 11:49:19 +02:00

11 lines
172 B
Bash
Executable file

#!/bin/sh
DIR=${HOME}/.dwm
if [ -f "${DIR}"/dwmrc ]; then
/bin/sh "${DIR}"/dwmrc &
else
while true; do
xsetroot -name "`whoami`"
sleep 1
done &
fi
exec /usr/bin/dwm