modules/home/desktop/niri/default.nix: make fuzzel more round

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-04-11 17:42:27 +03:00
parent 4c5a461712
commit a73f488069

View File

@ -266,14 +266,14 @@ in {
enable = true; enable = true;
settings = { settings = {
main = { main = {
terminal = "${terminal} -e"; terminal = terminal + " -e";
fields = "filename,name,generic,keywords,categories,exec"; fields = "filename,name,generic,keywords,categories,exec";
dpi-aware = false; dpi-aware = true;
horizontal-pad = 4; horizontal-pad = 12;
vertical-pad = 4; vertical-pad = 12;
show-actions = true; show-actions = true;
match-mode = "fuzzy"; match-mode = "fuzzy";
icon-theme = "${config.dconf.settings."org/gnome/desktop/interface".icon-theme}"; icon-theme = config.dconf.settings."org/gnome/desktop/interface".icon-theme;
}; };
border = mkDefault { border = mkDefault {
width = 3; width = 3;