fuzzel config :)
This commit is contained in:
parent
418be1ed63
commit
ac1e00b92f
2 changed files with 10 additions and 1 deletions
|
|
@ -29,6 +29,15 @@ in {
|
||||||
selection-match=${catppuccin.toHexNoHash colors.${accent}}ff
|
selection-match=${catppuccin.toHexNoHash colors.${accent}}ff
|
||||||
counter=${catppuccin.toHexNoHash colors.overlay1}ff
|
counter=${catppuccin.toHexNoHash colors.overlay1}ff
|
||||||
border=${catppuccin.toHexNoHash colors.${accent}}ff
|
border=${catppuccin.toHexNoHash colors.${accent}}ff
|
||||||
|
|
||||||
|
[main]
|
||||||
|
font=CaskaydiaCoveNerdFont:weight=semilight
|
||||||
|
terminal=kitty
|
||||||
|
|
||||||
|
|
||||||
|
[border]
|
||||||
|
width=2
|
||||||
|
selection-radius=3
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ in {
|
||||||
mods = ["SUPER"];
|
mods = ["SUPER"];
|
||||||
key = "SPACE";
|
key = "SPACE";
|
||||||
dispatcher = "exec";
|
dispatcher = "exec";
|
||||||
params = "pkill fuzzel || fuzzel -T kitty";
|
params = "pkill fuzzel || fuzzel";
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue