From 38a2ee83e398bfe63328b5ac38fca69f032cde0d Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 3 Jul 2026 18:32:09 +0200 Subject: relation with brave ended, using helium from now on --- .local/share/bin/brave | 7 ------- .local/share/bin/helium-browser | 5 +++++ 2 files changed, 5 insertions(+), 7 deletions(-) delete mode 100755 .local/share/bin/brave create mode 100755 .local/share/bin/helium-browser diff --git a/.local/share/bin/brave b/.local/share/bin/brave deleted file mode 100755 index 5089377..0000000 --- a/.local/share/bin/brave +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -# - make brave automatically load the `mode` theme -# - don't use kwallet (i don't save passwords in chrome anyways) -/usr/bin/brave \ - --load-extension="$XDG_CACHE_HOME/mode/chromium" \ - --password-store=basic \ - "$@" diff --git a/.local/share/bin/helium-browser b/.local/share/bin/helium-browser new file mode 100755 index 0000000..96e1864 --- /dev/null +++ b/.local/share/bin/helium-browser @@ -0,0 +1,5 @@ +#!/bin/sh +/usr/bin/helium-browser \ + --load-extension="$XDG_CACHE_HOME/mode/chromium" \ + --password-store=basic \ + "$@" -- cgit v1.2.3