anyrun: Set max_entries for applications to 100
This commit is contained in:
parent
5603e750e4
commit
4ff6334856
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ in
|
||||||
"applications.ron".text = ''
|
"applications.ron".text = ''
|
||||||
Config(
|
Config(
|
||||||
desktop_actions: true,
|
desktop_actions: true,
|
||||||
max_entries: 0,
|
max_entries: 100,
|
||||||
terminal: Some("${config.wayland.windowManager.sway.config.terminal}")
|
terminal: Some("${config.wayland.windowManager.sway.config.terminal}")
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue