feat(anyrun): more entries in the apps plugin
This commit is contained in:
parent
aa89080adb
commit
811187cc9c
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
hidePluginInfo = false;
|
hidePluginInfo = false;
|
||||||
closeOnClick = true;
|
closeOnClick = true;
|
||||||
showResultsImmediately = true;
|
showResultsImmediately = true;
|
||||||
maxEntries = null;
|
maxEntries = 50;
|
||||||
};
|
};
|
||||||
|
|
||||||
extraCss = ''
|
extraCss = ''
|
||||||
|
@ -76,6 +76,7 @@
|
||||||
Config(
|
Config(
|
||||||
desktop_actions: true,
|
desktop_actions: true,
|
||||||
terminal: Some("foot"),
|
terminal: Some("foot"),
|
||||||
|
max_entries: 30,
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
"dictionary.ron".text = ''
|
"dictionary.ron".text = ''
|
||||||
|
|
Loading…
Reference in a new issue