qutebrowser: Add launcher to open links
Added bemenu launcher (can alternatively use dmenu) to find and quickly open a link in the current qutebrowser instance (or a new one if none exist). Will open it by default in a new tab or if `tab` argument passed, if `open` option is passed it will open it in the current page instead. The script can be used both standalone by being invoked as `qutedmenu`, or from qutebrowser itself, invoked from its commandline as `spawn --userscript qutedmenu <open|tab>`. By default uses bemenu, but if that is not found on system will automatically switch to make use of dmenu. If you want to use rofi as your dmenu replacement, generally I will assume it is already symlinked to dmenu. Added a keymapping to sxhkd `Mod-Shift-O`, which invokes it from anywhere.
This commit is contained in:
parent
d0e083b6ab
commit
f94759697d
3 changed files with 63 additions and 0 deletions
1
qutebrowser/.local/share/qutebrowser/userscripts/qutedmenu
Symbolic link
1
qutebrowser/.local/share/qutebrowser/userscripts/qutedmenu
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../../bin/qutedmenu
|
||||
Loading…
Add table
Add a link
Reference in a new issue