blob: 5089377888de8b5d801ca5139fcd8832cef92bc9 (
plain)
1
2
3
4
5
6
7
|
#!/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 \
"$@"
|