diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-09 14:45:15 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-09 14:45:15 +0530 |
commit | 39619fbcc097a43a00f73db46d69d4f0ac44f9d0 (patch) | |
tree | b6d24b26de3434b45eccc744f4d4f140e89ce60c /.local/share | |
parent | e33f1330afe7851aa77c81664dc32930a21592b3 (diff) |
ungoogled-chromium desktop file xdg_menu
Diffstat (limited to '.local/share')
-rw-r--r-- | .local/share/applications/ungoogled-chromium.desktop | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.local/share/applications/ungoogled-chromium.desktop b/.local/share/applications/ungoogled-chromium.desktop new file mode 100644 index 0000000..caeb4f5 --- /dev/null +++ b/.local/share/applications/ungoogled-chromium.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=Ungoogled Chromium +Comment=Ungoogled-Chromium is a Free and Open-Source implementation of Chromium web browser, without the Google components and blobs. +Exec=/usr/bin/chromium --force--dark-mode --enable-features=WebUIDarkMode --no-default-browser-check +Terminal=false +Type=Application +Keywords=Navigator +Categories=Network;WebBrowser; +StartupNotify=false +X-Desktop-File-Install-Version=0.26 +Hidden=false |