emansom / gnome-shell-extension-pip-on-top

Makes "Picture-in-Picture" windows stay on top (even on Wayland session). Compatible with Firefox and Clapper media player.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gnome-shell-extension-pip-on-top

Makes "Picture-in-Picture" windows stay on top (even on Wayland session). Compatible with Firefox and Clapper media player.

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/Rafostar/gnome-shell-extension-pip-on-top.git" "pip-on-top@rafostar.github.com"
cd pip-on-top@rafostar.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

Makes "Picture-in-Picture" windows stay on top (even on Wayland session). Compatible with Firefox and Clapper media player.

License:GNU General Public License v2.0


Languages

Language:JavaScript 74.5%Language:Shell 25.5%