1
0
Fork 0

update setup sleep timer

This commit is contained in:
Luca Bilke 2024-03-12 20:41:59 +01:00
parent 31fd842ca3
commit f6d89c5b71

View file

@ -5,4 +5,4 @@ remaps -qd
pidof -s thunderbird >/dev/null 2>&1 || setsid -f thunderbird
pidof -s ferdium >/dev/null 2>&1 || setsid -f ferdium
{ sleep 1; rm ~/.mozilla; } &
{ sleep 15; rm ~/.mozilla; } &