Adds some comments
This commit is contained in:
parent
c01afa63c5
commit
3203b24b79
1 changed files with 3 additions and 0 deletions
|
@ -23,9 +23,12 @@ config.bind(',m', 'spawn --detach mpv {url}')
|
|||
# ,M hints and oens choice with mpv
|
||||
config.bind(',M', 'hint links spawn --detach mpv {hint-url}')
|
||||
|
||||
# Opens a url with zathura - this is only really useful if the url is a pdf
|
||||
config.bind(',z', 'hint links spawn --detach zathura {hint-url}')
|
||||
|
||||
# Shows QR code for current page
|
||||
config.bind(',q', 'spawn --detach qrcode {url}')
|
||||
# Shows QR code for chosen link
|
||||
config.bind(',Q', 'hint links spawn --detach qrcode {hint-url}')
|
||||
|
||||
# Position of the tab bar.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue