1
0
Fork 0

move setup script to correct location

This commit is contained in:
Luca Bilke 2024-03-01 13:48:29 +01:00
parent 0dc4938942
commit 234fc441d4
1 changed files with 2 additions and 0 deletions

View File

@ -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; } &