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;
|
||||
closeOnClick = true;
|
||||
showResultsImmediately = true;
|
||||
maxEntries = null;
|
||||
maxEntries = 50;
|
||||
};
|
||||
|
||||
extraCss = ''
|
||||
|
@ -76,6 +76,7 @@
|
|||
Config(
|
||||
desktop_actions: true,
|
||||
terminal: Some("foot"),
|
||||
max_entries: 30,
|
||||
)
|
||||
'';
|
||||
"dictionary.ron".text = ''
|
||||
|
|
Loading…
Reference in a new issue