diff options
Diffstat (limited to 'wayland-basics/dot-local/share')
| -rw-r--r-- | wayland-basics/dot-local/share/applications/chromium.desktop | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/wayland-basics/dot-local/share/applications/chromium.desktop b/wayland-basics/dot-local/share/applications/chromium.desktop new file mode 100644 index 0000000..cb36f62 --- /dev/null +++ b/wayland-basics/dot-local/share/applications/chromium.desktop @@ -0,0 +1,21 @@ +[Desktop Entry] +Version=1.0 +Name=Chromium +GenericName=Web Browser +Comment=Access the Internet +Exec=launch-chromium %U +StartupNotify=true +Terminal=false +Icon=chromium +Type=Application +Categories=Network;WebBrowser; +MimeType=application/xhtml+xml;application/xhtml_xml;application/xml;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/chromium; +Actions=new-window;new-private-window; + +[Desktop Action new-window] +Name=New Window +Exec=launch-chromium + +[Desktop Action new-private-window] +Name=New Incognito Window +Exec=launch-chromium --incognito |
