diff options
author | Peter | 2021-03-06 11:18:14 +0000 |
---|---|---|
committer | Peter | 2021-03-06 11:18:14 +0000 |
commit | 572a35cbb962e4bcbc021213c478235bef6d562d (patch) | |
tree | 734db618e0258ca010321428086262db4c964d97 | |
parent | 5e44a5ae3f59de8ce95ae56453c8a3641284bcf4 (diff) | |
download | dotfiles-572a35cbb962e4bcbc021213c478235bef6d562d.tar.gz dotfiles-572a35cbb962e4bcbc021213c478235bef6d562d.tar.bz2 dotfiles-572a35cbb962e4bcbc021213c478235bef6d562d.zip |
Dumb typo
-rw-r--r-- | .config/qutebrowser/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
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('<Alt-1>', 'tab-focus 1') # config.bind('<Alt-2>', 'tab-focus 2') # config.bind('<Alt-3>', 'tab-focus 3') |