From 6922bb9c8d4a2cb08a20f222dfd506dcaf8417bd Mon Sep 17 00:00:00 2001 From: Jordan Date: Fri, 29 Jan 2021 22:23:33 -0700 Subject: qutebrowser mpv bindings, config.py (pocket alias) --- .config/qutebrowser/autoconfig.yml | 3 +++ .config/qutebrowser/config.py | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 .config/qutebrowser/config.py diff --git a/.config/qutebrowser/autoconfig.yml b/.config/qutebrowser/autoconfig.yml index 575606d..27f9255 100644 --- a/.config/qutebrowser/autoconfig.yml +++ b/.config/qutebrowser/autoconfig.yml @@ -9,6 +9,9 @@ settings: bindings.commands: global: normal: + ',M': hint links spawn umpv {hint-url} + ',m': spawn umpv {url} + ;M: hint --rapid links spawn umpv {hint-url} J: tab-prev K: tab-next j: run-with-count 3 scroll down diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py new file mode 100644 index 0000000..3ed6b44 --- /dev/null +++ b/.config/qutebrowser/config.py @@ -0,0 +1,2 @@ +config.load_autoconfig() +c.aliases.update({ 'pocket': 'open -t https://getpocket.com/edit?url={url}' }) -- cgit v1.2.3-54-g00ecf