Add vivaldi launcher
This commit is contained in:
parent
5710858b18
commit
7faa622ff2
1 changed files with 25 additions and 0 deletions
25
roles/home-gui/files/vivaldi-stable.desktop
Normal file
25
roles/home-gui/files/vivaldi-stable.desktop
Normal file
|
@ -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
|
Loading…
Reference in a new issue