summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-07-09 14:45:15 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-07-09 14:45:15 +0530
commit39619fbcc097a43a00f73db46d69d4f0ac44f9d0 (patch)
treeb6d24b26de3434b45eccc744f4d4f140e89ce60c /.local
parente33f1330afe7851aa77c81664dc32930a21592b3 (diff)
ungoogled-chromium desktop file xdg_menu
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/ungoogled-chromium2
-rw-r--r--.local/share/applications/ungoogled-chromium.desktop11
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