anyrun: Disable desktop_actions
This commit is contained in:
parent
53a90c0490
commit
c3c2aa518d
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ in
|
|||
extraConfigFiles = {
|
||||
"applications.ron".text = ''
|
||||
Config(
|
||||
desktop_actions: true,
|
||||
desktop_actions: false,
|
||||
max_entries: 100,
|
||||
terminal: Some("${config.wayland.windowManager.sway.config.terminal}")
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue