aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2026-07-03 18:32:09 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2026-07-03 18:32:09 +0200
commit38a2ee83e398bfe63328b5ac38fca69f032cde0d (patch)
treefdcb0ab76a6dfb445ba96e0ede09b58c481a980a
parenta680f20614b6845781f930980e49e38feb71e810 (diff)
relation with brave ended, using helium from now on
-rwxr-xr-x.local/share/bin/brave7
-rwxr-xr-x.local/share/bin/helium-browser5
2 files changed, 5 insertions, 7 deletions
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 \
+ "$@"