aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-08-22 11:15:58 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2025-08-22 11:15:58 +0200
commitc098e80e343c41e44891c4e2a3d6eea8728dfc02 (patch)
tree085dc188a606ebecb4523ef673531c449b32a027 /.local
parent50cf16c5724508d131bad9e15a21ea7a71abaad5 (diff)
updates from work pc
Diffstat (limited to '.local')
-rwxr-xr-x.local/share/bin/brave7
1 files changed, 3 insertions, 4 deletions
diff --git a/.local/share/bin/brave b/.local/share/bin/brave
index 1dea360..5089377 100755
--- a/.local/share/bin/brave
+++ b/.local/share/bin/brave
@@ -1,8 +1,7 @@
#!/bin/sh
-# the remote debugging is so brave can be hooked into by
-# ~/.local/share/mode/reload.d/brave. this is probaby bad for security if
-# you're not the only user on the system
-# --remote-debugging-port=9222 \
+# - 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 \
"$@"