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 = {
|
keyBindings = {
|
||||||
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 = {
|
||||||
|
|
|
@ -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 =
|
||||||
|
|
Loading…
Add table
Reference in a new issue