diff options
Diffstat (limited to 'qute/dot-config/qutebrowser/config.py')
| -rw-r--r-- | qute/dot-config/qutebrowser/config.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qute/dot-config/qutebrowser/config.py b/qute/dot-config/qutebrowser/config.py index 21cfdbf..b9a5e51 100644 --- a/qute/dot-config/qutebrowser/config.py +++ b/qute/dot-config/qutebrowser/config.py @@ -29,6 +29,8 @@ c.spellcheck.languages = ["en-US"] config.load_autoconfig() # load settings done via the gui +config.bind("co", "download-open") + config.bind( "zl", "spawn --userscript qute-pass --username-pattern='login: (.*)' --username-target=secret", |
