Change match mode to fzf and exit on focus loss.
This commit is contained in:
parent
1a8c6adc12
commit
1e90c1637b
1 changed files with 7 additions and 5 deletions
|
|
@ -252,13 +252,15 @@
|
||||||
# Font + colors now come from stylix.targets.fuzzel.
|
# Font + colors now come from stylix.targets.fuzzel.
|
||||||
main = {
|
main = {
|
||||||
lines = 8;
|
lines = 8;
|
||||||
width = 64;
|
width = 32;
|
||||||
horizontal-pad = 24;
|
horizontal-pad = 0;
|
||||||
vertical-pad = 24;
|
vertical-pad = 0;
|
||||||
inner-pad = 16;
|
inner-pad = 16;
|
||||||
icon-theme = "Adwaita";
|
icon-theme = "Adwaita";
|
||||||
terminal = "ghostty";
|
terminal = "ghostty";
|
||||||
prompt = "\" \"";
|
prompt = "\" \"";
|
||||||
|
exit-on-keyboard-focus-loss = "yes";
|
||||||
|
matching-mode = "fzf";
|
||||||
};
|
};
|
||||||
border = {
|
border = {
|
||||||
width = 1;
|
width = 1;
|
||||||
|
|
@ -409,7 +411,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-tray-toggle {
|
#custom-tray-toggle {
|
||||||
padding: 0 10px;
|
padding: 0 0px;
|
||||||
color: @base05;
|
color: @base05;
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue