qutebrowser: fix bug in fixlink.sh

This commit is contained in:
dogeystamp 2023-05-14 18:54:51 -04:00
parent 8609b36ce5
commit eb181d461a
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 4 additions and 1 deletions

View File

@ -105,4 +105,4 @@ config.bind("cc", "hint code userscript code_select.py")
# use libre redirects
config.bind(",fl", "hint links userscript fixlink.sh")
config.bind(",fL", "hint links userscript fixlink.sh -t")
config.bind(",fL", "hint links userscript fixlink-tab.sh")

View File

@ -0,0 +1,3 @@
#!/bin/sh
$XDG_DATA_HOME/qutebrowser/userscripts/fixlink.sh -t