modules/hm/programs/anyrun: remove desktop actions

This commit is contained in:
Anthony Rodriguez 2025-01-23 14:39:18 +01:00
parent 5a9da3f777
commit 263376cf4d
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -67,7 +67,7 @@ in {
"applications.ron".text = '' "applications.ron".text = ''
Config( Config(
// Also show the Desktop Actions defined in the desktop files, e.g. "New Window" from LibreWolf // 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, max_entries: 5,
// The terminal used for running terminal based desktop entries, if left as `None` a static list of terminals is used // 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. // to determine what terminal to use.