modules/home/desktop/niri/default.nix: make fuzzel more round
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user