From ab7303e1d893f33e09dbc8493f9a9179a7a40a4a Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Thu, 29 Jan 2026 11:40:03 -0500 Subject: updates --- .../dot-local/share/applications/chromium.desktop | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 wayland-basics/dot-local/share/applications/chromium.desktop (limited to 'wayland-basics/dot-local/share') 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 -- cgit v1.2.3-71-gdd5e