Add katarakt.desktop file
Open
- Dominant language
- C++
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Could we have a `katarakt.desktop` file so that katarakt shows up in various menu programs? eg. dmenu and rofi
Here's a basic one which works for me. It's deployed to `/usr/share/applications`:
```
[Desktop Entry]
Version=1.1
Type=Application
Name=katarakt
GenericName=File viewer
Comment=View PDF files
Exec=katarakt %f
Terminal=false
NoDisplay=false
Categories=Utility;
Keywords=view;pdf
MimeType=application/pdf;application/x-pdf;
```
Thanks for reading.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.