diff --git a/.config/dwm/autorun.d/setup b/.local/libexec/dwm/autorun.d/setup similarity index 86% rename from .config/dwm/autorun.d/setup rename to .local/libexec/dwm/autorun.d/setup index 27fb2f40..2b188dcf 100755 --- a/.config/dwm/autorun.d/setup +++ b/.local/libexec/dwm/autorun.d/setup @@ -6,3 +6,5 @@ xset dpms 0 0 0 pidof -s thunderbird >/dev/null 2>&1 || setsid -f thunderbird pidof -s ferdium >/dev/null 2>&1 || setsid -f ferdium + +{ sleep 1; rm ~/.mozilla; } &