Skip to content

Instantly share code, notes, and snippets.

@lazarus2019
lazarus2019 / gist:6e41c73c76bf776699fba79371f1dec5
Last active April 3, 2025 17:40
Questions & Discuss: How to add a application to rofi launcher?

Questions: ❓ If you wonder can I add others Property to the desktop entry, then here is it.

[Desktop Entry]
Type=Application
Name=MyApp
GenericName=Image Editor  # A general description
Comment=An amazing image editing tool  # Tooltip when hovering
Exec=myapp %F  # Command to run the app (%F allows opening files)
Icon=myapp  # Path to icon (or just the name if it's in standard locations)