From 572a35cbb962e4bcbc021213c478235bef6d562d Mon Sep 17 00:00:00 2001 From: Peter Date: Sat, 6 Mar 2021 11:18:14 +0000 Subject: Dumb typo --- .config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/qutebrowser/config.py') diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index a9d5833..0141284 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -2061,7 +2061,7 @@ c.url.start_pages = ['https://start.duckduckgo.com'] # config.bind(';r', 'hint --rapid links tab-bg') # config.bind(';t', 'hint inputs') config.bind('t', 'config-cycle tabs.show always switching ;; config-cycle statusbar.show always in-mode') -config.bind(',m', 'spam mpv {url}') +config.bind(',m', 'spawn mpv {url}') # config.bind('', 'tab-focus 1') # config.bind('', 'tab-focus 2') # config.bind('', 'tab-focus 3') -- cgit v1.2.3