diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-13 18:21:38 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-13 18:21:43 +0100 |
commit | 4081b8bc8ec37b1f2cbf090c1aed0a965bf15a60 (patch) | |
tree | cf9bfcd9abed2daa7dff9b2fbf65a39e7dae694d | |
parent | 94c5bf0f4af7ef113aade0b74b4cb71923b557c0 (diff) |
Some updates to qutebrowser config
-rw-r--r-- | qutebrowser/config.py | 3 | ||||
-rw-r--r-- | qutebrowser/quickmarks | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/qutebrowser/config.py b/qutebrowser/config.py index f9bd36f..1995cf4 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1508,7 +1508,8 @@ c.zoom.default = '115%' # c.zoom.text_only = False ## Bindings for normal mode -config.bind(';M', 'hint links spawn mpv {hint-url}') +config.bind('<Ctrl+/>', 'hint links spawn --detach mpv {hint-url}') +#config.bind(';M', 'hint links spawn mpv {hint-url}') # config.bind("'", 'enter-mode jump_mark') # config.bind('+', 'zoom-in') # config.bind('-', 'zoom-out') diff --git a/qutebrowser/quickmarks b/qutebrowser/quickmarks index 54f4e02..3f33e1b 100644 --- a/qutebrowser/quickmarks +++ b/qutebrowser/quickmarks @@ -13,3 +13,4 @@ Live Sport https://www.vipbox.live/ Classy Class-Based Views https://ccbv.co.uk/ td https://todoist.com/app/project/1773245113 bbcn https://www.bbc.co.uk/news/uk +srht https://sr.ht/? |