diff options
| -rwxr-xr-x | .local/share/bin/brave | 7 | ||||
| -rwxr-xr-x | .local/share/bin/helium-browser | 5 |
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 \ + "$@" |