From 8bb9e6057eee45c1f3e2cbc9a1ed6a79130cbade Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Mon, 7 Oct 2024 16:14:07 +0200 Subject: [PATCH] Add Ungoogled Chromium I promise I'll only use rarely, for special cases. --- bash/bin/launch-menu-apps.d/internet.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/bin/launch-menu-apps.d/internet.sh b/bash/bin/launch-menu-apps.d/internet.sh index 67d74269..0e7c83ef 100644 --- a/bash/bin/launch-menu-apps.d/internet.sh +++ b/bash/bin/launch-menu-apps.d/internet.sh @@ -11,4 +11,5 @@ apps+=( ["qBittorrent"]="flatpak run org.qbittorrent.qBittorrent" ["Signal"]="flatpak run org.signal.Signal" ["TigerVNC Viewer"]="vncviewer" + ["Ungoogled Chromium"]="io.github.ungoogled_software.ungoogled_chromium" )