Skip to content

Commit

Permalink
qutebrowser: Declare remaining binds with nix
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Jun 2, 2024
1 parent 9b04d65 commit 481cc84
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions home/qutebrowser.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ 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;
Expand All @@ -91,13 +98,6 @@ in
c.colors.webpage.darkmode.enabled = False
config.bind('zl', 'spawn --userscript qute-pass')
config.bind('zpl', 'spawn --userscript qute-pass --password-only')
config.bind('zol', 'spawn --userscript qute-pass --otp-only')
config.bind('zM', 'spawn mpv --force-window=immediate {url}')
config.bind('zm', 'hint links spawn mpv --force-window=immediate {hint-url}')
c.url.start_pages = ['about:blank']
c.url.default_page = "about:blank"
c.url.searchengines = {
Expand Down

0 comments on commit 481cc84

Please sign in to comment.