pass completition in qutebrowser through fuzzel

This commit is contained in:
Andrea Ciceri 2022-04-24 15:54:20 +02:00
parent d4962d6fc3
commit ca1ffa0b02
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
2 changed files with 6 additions and 2 deletions

View file

@ -5,6 +5,10 @@
normal = { normal = {
"<Ctrl-V>" = "spawn mpv {url}"; "<Ctrl-V>" = "spawn mpv {url}";
",l" = ''config-cycle spellcheck.languages [" it-IT "] [" en-US "]''; ",l" = ''config-cycle spellcheck.languages [" it-IT "] [" en-US "]'';
"<z><l>" = "spawn --userscript qute-pass --dmenu-invocation 'fuzzel -d'";
"<z><u><l>" = "spawn --userscript qute-pass --dmenu-invocation 'fuzzel -d' --username-only";
"<z><p><l>" = "spawn --userscript qute-pass --dmenu-invocation 'fuzzel -d' --password-only";
"<z><o><l>" = "spawn --userscript qute-pass --dmenu-invocation 'fuzzel -d' --otp-only";
}; };
}; };
settings = { settings = {

View file

@ -1,6 +1,6 @@
{ pkgs, lib, ... }: { pkgs, lib, ... }:
{ {
home.packages = with pkgs; [ wl-clipboard ]; home.packages = with pkgs; [ wl-clipboard fuzzel ];
wayland = { wayland = {
windowManager.sway = windowManager.sway =