Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Fork: This fork attempts to support select FirefoxPWAs. Original: Makes "Picture-in-Picture" windows stay on top (even on Wayland session). Compatible with Firefox and Clapper media player.

License

Notifications You must be signed in to change notification settings

LSeelig/gnome-ex-pip-on-top-firefoxPWAs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gnome-ex-pip-on-top-firefoxPWAs

Fork Information

This fork adds compatibility with FirefoxPWAs to the original extension. The extension uses window titles to detect a PiP window and make it stay on top, but while firefox PiP windows are conveniently titled "Picture-in-Picture", web apps installed on GNOME with FirefoxPWA title the PiP with the app name. I am not seeking to add this to the upstream as there may be unintended consequences, and any app title has to be manually added. Supported PWA titles are listed below. Please ask if you want another added.

Supported Titles (in addition to the upstream)

  • YouTube
  • Hulu
  • Netflix

Installation from source code

Run below in terminal one by one:

mkdir -p ~/.local/share/gnome-shell/extensions
cd ~/.local/share/gnome-shell/extensions
git clone "https://github.com/LSeelig/gnome-ex-pip-on-top-firefoxPWAs.git" "pip-on-top@lseelig.github.com"
cd pip-on-top@lseelig.github.com
glib-compile-schemas ./schemas/

Additionally if you are running Firefox not in English language, execute translate.sh script to generate required translations:

chmod +x translate.sh
./translate.sh

After all is done: logout, login back (or reboot) and enable newly installed extension. Enjoy!

About

Fork: This fork attempts to support select FirefoxPWAs. Original: Makes "Picture-in-Picture" windows stay on top (even on Wayland session). Compatible with Firefox and Clapper media player.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.3%
  • Shell 24.7%