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 | |
parent | e33f1330afe7851aa77c81664dc32930a21592b3 (diff) |
ungoogled-chromium desktop file xdg_menu
-rwxr-xr-x | .local/bin/ungoogled-chromium | 2 | ||||
-rw-r--r-- | .local/share/applications/ungoogled-chromium.desktop | 11 |
2 files changed, 13 insertions, 0 deletions
diff --git a/.local/bin/ungoogled-chromium b/.local/bin/ungoogled-chromium new file mode 100755 index 0000000..00dc180 --- /dev/null +++ b/.local/bin/ungoogled-chromium @@ -0,0 +1,2 @@ +#!/bin/sh +dex .local/share/application/ungoogled-chromium.desktop 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 |