From 01520df7abaacc19d9b0d2e3fb2534f90719a776 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Tue, 28 Jan 2025 19:51:25 +0100 Subject: [PATCH] programs/anyrun: remove desktop actions I JUST WANNA LAUNCH PROGRAMS!! --- modules/programs/anyrun/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/anyrun/default.nix b/modules/programs/anyrun/default.nix index 9e8f8de..f8ea6b2 100644 --- a/modules/programs/anyrun/default.nix +++ b/modules/programs/anyrun/default.nix @@ -16,7 +16,7 @@ in { ".config/anyrun/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.