diff --git a/roles/home-gui/files/vivaldi-stable.desktop b/roles/home-gui/files/vivaldi-stable.desktop new file mode 100644 index 0000000..f493eae --- /dev/null +++ b/roles/home-gui/files/vivaldi-stable.desktop @@ -0,0 +1,25 @@ +# Enable the following features: +# vivaldi://flags/#enable-gpu-rasterization +# vivaldi://flags/#enable-accelerated-video-decode + +[Desktop Entry] +Version=1.0 +Name=Vivaldi +GenericName=Web Browser +Comment=Access the Internet +Exec=/usr/bin/vivaldi-stable --use-gl=egl --enable-features=VaapiVideoDecoder,UseOzonePlatform --ozone-platform=wayland %U +StartupNotify=true +Terminal=false +Icon=vivaldi +Type=Application +Categories=Network;WebBrowser; +MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/ftp;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/mailto; +Actions=new-window;new-private-window; + +[Desktop Action new-window] +Name=New Window +Exec=/usr/bin/vivaldi-stable --use-gl=egl --enable-features=VaapiVideoDecoder,UseOzonePlatform --ozone-platform=wayland --new-window + +[Desktop Action new-private-window] +Name=New Private Window +Exec=/usr/bin/vivaldi-stable --use-gl=egl --enable-features=VaapiVideoDecoder,UseOzonePlatform --ozone-platform=wayland --incognito