So we get in the cfg:
- Code: Select all
}
\games\prdoom
}
And in the prdoom map would be a config.cfg file
with the information:
- Code: Select all
MenuItem Doom
{
Icon = "doom.png"
Name = "Doom"
Executable = "chmod +x prboom ; ./prboom"
}
This way the config file of dmenu will be way more easy, we can add version numbers in the name, this would be handy for emulators. The icon is in the program dir so this will update on new version, and you don't have the chang that dmenu will crash because you forgot to copy paste the icon.
Edit: even better would be if dmenu search for dirs and loads the config files automatic