Revert commit as it can cause speedwm to crash when restarting it (this

includes switching wallpaper)
This commit is contained in:
speediegq 2022-09-11 01:30:55 +02:00
parent e3d5ff8aec
commit a6cd40ede6

View file

@ -118,7 +118,6 @@ START_SPEEDWM() {
if [ "$ISSFLAG" = "" ]; then
while true; do
speedwm > /tmp/speedwm-log
pkill speedwm_run
done
else
$starter "speedwm_run -f > /tmp/speedwm-log-auto"