Skip to content
Discussion options

You must be logged in to vote

You should create a so-called desktop entry. You do it by creating a new file in ~/.local/share/applications: ~/.local/share/applications/<your_app_name>.desktop

The contents of <your_app_name>.desktop should contain something like this:

[Desktop Entry]
Type=Application
Comment=<your app description>
Name=<your app name>
Exec=/absolute/path/to/your/app/executable/file
Icon=/absolute/path/to/your/app/icon

After that, you need to restart your hyprland session (reloading caelestia-shell didn't work for me). You can also try running update-desktop-database ~/.local/share/applications

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Actro25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants