programs/anyrun: remove desktop actions

I JUST WANNA LAUNCH PROGRAMS!!
This commit is contained in:
Anthony Rodriguez 2025-01-28 19:51:25 +01:00
parent 250b8b0694
commit 01520df7ab
Signed by: nezia
SSH key fingerprint: SHA256:Ihfpl0rUpqDevYqnzSR34OYfVLbDNkBiUjs3CpX4ykA

View file

@ -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.