diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-29 14:09:59 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-29 14:09:59 +0200 |
commit | 03bc6dbeed2b2a4e2f36de490837c1d38f3ff5c8 (patch) | |
tree | 07d32ba496c3a86436470ba4a3612b68551028ab /.local/share/bin/brave | |
parent | 3b326e1463203dcf7fb0d223d2c06e46c5003577 (diff) |
more small tweaks
Diffstat (limited to '.local/share/bin/brave')
-rwxr-xr-x | .local/share/bin/brave | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/bin/brave b/.local/share/bin/brave index 10514cf..2792fe5 100755 --- a/.local/share/bin/brave +++ b/.local/share/bin/brave @@ -2,6 +2,6 @@ # 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 \ /usr/bin/brave \ - --remote-debugging-port=9222 \ "$@" |