diff options
author | Thanos Apollo <[email protected]> | 2022-07-19 00:04:10 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2022-07-19 00:04:10 +0300 |
commit | 46047f053945670abedadede331d153a0ae6be69 (patch) | |
tree | a9234b1190184cd02ec91261840b0f0e0fa4374a | |
parent | 22b52312d849c0229e8311e6e7f74d41cedebd5e (diff) |
Update qute-pass bindings
-rw-r--r-- | .config/qutebrowser/config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index c231316..df5c670 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -18,7 +18,8 @@ config.bind('xt', 'config-cycle tabs.show always never') config.bind('xx', 'config-cycle statusbar.show always never;; config-cycle tabs.show always never') # make sure rofi is installed -config.bind('ph', 'spawn --userscript qute-pass') +config.bind('phu', 'spawn --userscript qute-pass --username-only') +config.bind('php', 'spawn --userscript qute-pass --password-only') |