qutebrowser: Drop unused qute-pass / mpv bindings

These didn't work anyway due to forgetting to remove the ') at the end
of the strings previously.
This commit is contained in:
Donovan Glover 2024-08-11 14:32:48 -04:00
parent 818f1f559d
commit 69917c5f99
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -115,13 +115,6 @@ in
sTk = "set tabs.position top";
sTl = "set tabs.position right";
zl = "spawn --userscript qute-pass')";
zpl = "spawn --userscript qute-pass --password-only')";
zol = "spawn --userscript qute-pass --otp-only')";
zM = "spawn mpv --force-window=immediate {url}')";
zm = "hint links spawn mpv --force-window=immediate {hint-url}')";
pp = null;
pP = null;
Pp = null;