anyrun: Disable desktop_actions

This commit is contained in:
Erwin Boskma 2023-11-10 16:45:41 +01:00
parent 53a90c0490
commit c3c2aa518d
Signed by: erwin
SSH key fingerprint: SHA256:3F6Cm6I3erRqlBwEghZWAQl6eS5WrGTX1Vs/Evec1lQ

View file

@ -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}")
)