move setup script to correct location
This commit is contained in:
parent
0dc4938942
commit
234fc441d4
|
@ -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; } &
|
Loading…
Reference in New Issue