From e5ae013348a5d5e758d916f541850e0a37739ecc Mon Sep 17 00:00:00 2001 From: Emmet Date: Sun, 8 Sep 2024 11:26:26 -0500 Subject: [PATCH] Extra qb passthrough binds --- user/app/browser/qutebrowser.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/user/app/browser/qutebrowser.nix b/user/app/browser/qutebrowser.nix index 79662af5..5b57c3b0 100644 --- a/user/app/browser/qutebrowser.nix +++ b/user/app/browser/qutebrowser.nix @@ -225,6 +225,13 @@ config.bind('', 'tab-close', mode='passthrough') config.bind('', 'tab-next', mode='passthrough') config.bind('', 'tab-prev', mode='passthrough') config.bind('', 'cmd-set-text -s :quickmark-load -t', mode='passthrough') +config.bind('', 'cmd-set-text -s :open -t', mode='passthrough') +config.bind('', 'cmd-set-text /', mode='passthrough') +config.bind('', 'reload', mode='passthrough') +config.unbind('') +config.unbind('') +config.unbind('') +config.unbind('') # spawn external programs config.bind(',m', 'hint links spawn mpv {hint-url}')