diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-08 19:40:35 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-08 19:40:35 +0100 |
commit | 83a21894285f77a349054712db8621f56de063eb (patch) | |
tree | 0c56dea8ee37c314f7c78dde81c0e66a40198a45 /.local/share | |
parent | 282bbbfd8ace0b020c6ea4b072f0abc5a9515c00 (diff) |
fix brave theme loading
Diffstat (limited to '.local/share')
-rwxr-xr-x | .local/share/bin/brave | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/share/bin/brave b/.local/share/bin/brave index 2792fe5..1dea360 100755 --- a/.local/share/bin/brave +++ b/.local/share/bin/brave @@ -4,4 +4,5 @@ # you're not the only user on the system # --remote-debugging-port=9222 \ /usr/bin/brave \ + --load-extension="$XDG_CACHE_HOME/mode/chromium" \ "$@" |