lightsonplus
lightsonplus copied to clipboard
How to adjust for Firefox Nightly?
Hello devkral, how would the script need to be adjusted to make the HTML5 fullscreen detection also work in Firefox Nightly? I tried it myself, but didn't succeed. It does work for me in Firefox stable channel.
Thanks for your efforts!
sry, overlooked you. Here is the line where Firefox Nightly might is not detected:
if [[ "$activ_win_title" = *hrome* || "$activ_win_title" = *hromium* || "$activ_win_title" = *Firefox* || "$activ_win_title" = *epiphany* || "$activ_win_title" = *opera* ]]; then
I have no firefox nightly so I cannot fix the bug. Just add an globbing for nightly and it should work.