From 263376cf4da1721a87d8d85ec02ea1b9360855f1 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Thu, 23 Jan 2025 14:39:18 +0100 Subject: [PATCH] modules/hm/programs/anyrun: remove desktop actions --- modules/hm/programs/anyrun.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/programs/anyrun.nix b/modules/hm/programs/anyrun.nix index d2e4e81..b17c136 100644 --- a/modules/hm/programs/anyrun.nix +++ b/modules/hm/programs/anyrun.nix @@ -67,7 +67,7 @@ in { "applications.ron".text = '' Config( // Also show the Desktop Actions defined in the desktop files, e.g. "New Window" from LibreWolf - desktop_actions: true, + desktop_actions: false, max_entries: 5, // The terminal used for running terminal based desktop entries, if left as `None` a static list of terminals is used // to determine what terminal to use.