From c3c2aa518dd8fa7425e751672eec5f76a1faec5d Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Fri, 10 Nov 2023 16:45:41 +0100 Subject: [PATCH] anyrun: Disable desktop_actions --- home-manager/modules/anyrun/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/modules/anyrun/default.nix b/home-manager/modules/anyrun/default.nix index 6b605ff..fe07892 100644 --- a/home-manager/modules/anyrun/default.nix +++ b/home-manager/modules/anyrun/default.nix @@ -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}") )