lightsonplus icon indicating copy to clipboard operation
lightsonplus copied to clipboard

How to adjust for Firefox Nightly?

Open aufkrawall opened this issue 6 years ago • 1 comments

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!

aufkrawall avatar Mar 03 '18 15:03 aufkrawall

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.

devkral avatar Mar 08 '18 00:03 devkral