You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add lines to lightsOn.sh
firefox_html5_detection=1
and
# Check if user want to detect HTML Video fullscreen on Firefox, modify variable #24
#firefox_html5_detection if you dont want Firefox detection
if [ $firefox_html5_detection == 1 ];then
if [[ "$activ_win_title" = Firefox ]];then
# Check if firefox process is actually running
firefox_process=pgrep -lfc "firefox"
if [[ $firefox_process -ge 1 ]];then
log "isAppRunning(): firefox html5 fullscreen detected"
return 1
fi
fi
fi
Yes it worked fine.
I just listed added the lines wich i had mentioned above because I changes my script a little bit. But the Fork seemes more advanced anyway, so I guess it should work out of the hood.
Youtube is switching to webm when possible, it would be nice if the screensaver was disabled for it as well.
The text was updated successfully, but these errors were encountered: