qutebrowser: fix bug in fixlink.sh
This commit is contained in:
parent
8609b36ce5
commit
eb181d461a
@ -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")
|
||||
|
3
src/.local/share/qutebrowser/userscripts/fixlink-tab.sh
Executable file
3
src/.local/share/qutebrowser/userscripts/fixlink-tab.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
$XDG_DATA_HOME/qutebrowser/userscripts/fixlink.sh -t
|
Loading…
Reference in New Issue
Block a user