pass
completition in qutebrowser
through fuzzel
This commit is contained in:
parent
d4962d6fc3
commit
ca1ffa0b02
2 changed files with 6 additions and 2 deletions
|
@ -4,7 +4,11 @@
|
|||
keyBindings = {
|
||||
normal = {
|
||||
"<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 = {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ wl-clipboard ];
|
||||
home.packages = with pkgs; [ wl-clipboard fuzzel ];
|
||||
|
||||
wayland = {
|
||||
windowManager.sway =
|
||||
|
|
Loading…
Add table
Reference in a new issue