programs/anyrun: remove desktop actions
I JUST WANNA LAUNCH PROGRAMS!!
This commit is contained in:
parent
250b8b0694
commit
01520df7ab
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue