]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/qutebrowser/files/config.py
Fix the qutebrowser/bitwarden integration
[max/saltfiles.git] / states / qutebrowser / files / config.py
index 78ebb763f7abb25b9c057e6303feb6bb58dfee4a..60d518f9935f2ba8eb9052456f95d1d5f696b8b5 100644 (file)
@@ -27,9 +27,9 @@ c.content.headers.custom = {'accept': 'text/html,application/xhtml+xml,applicati
 {% endif %}
 
 config.bind(',zl', "spawn --userscript qute-bitwarden-personal --auto-lock 14400 --dmenu-invocation 'rofi -dmenu'")
-config.bind(',zul', "spawn --userscript qute-bitwarden-personal --auto-lock 14400--dmenu-invocation 'rofi -dmenu' --username-only")
-config.bind(',zpl', "spawn --userscript qute-bitwarden-personal --auto-lock 14400--dmenu-invocation 'rofi -dmenu' --password-only")
-config.bind(',zol', "spawn --userscript qute-bitwarden-personal --auto-lock 14400--dmenu-invocation 'rofi -dmenu' --totp-only")
+config.bind(',zul', "spawn --userscript qute-bitwarden-personal --auto-lock 14400 --dmenu-invocation 'rofi -dmenu' --username-only")
+config.bind(',zpl', "spawn --userscript qute-bitwarden-personal --auto-lock 14400 --dmenu-invocation 'rofi -dmenu' --password-only")
+config.bind(',zol', "spawn --userscript qute-bitwarden-personal --auto-lock 14400 --dmenu-invocation 'rofi -dmenu' --totp-only")
 
 config.bind(',bl', 'spawn --userscript qute-bitwarden-work --auto-lock 14400 --dmenu-invocation "rofi -dmenu"')
 config.bind(',bul', 'spawn --userscript qute-bitwarden-work --auto-lock 14400 --dmenu-invocation "rofi -dmenu" --username-only')