1
0
Fork 0

readd lost commit (fix some default programs)

This commit is contained in:
Luca Bilke 2022-07-26 18:26:59 +02:00
parent ce0039a3ec
commit 388a0d88fe
No known key found for this signature in database
GPG Key ID: 7B77C51E8C779E75
4 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
[Desktop Entry]
Type=Application
Name=File Manager
Exec=/usr/local/bin/st -e lfrun %u
Exec=/usr/local/bin/kitty -e lfrun %u

View File

@ -1,4 +1,5 @@
[Desktop Entry]
Type=Application
Name=Mail
Exec=/usr/local/bin/st -e neomutt %u
Exec=/usr/local/bin/kitty -e neomutt %u
# FIX:

View File

@ -1,4 +1,4 @@
[Desktop Entry]
Type=Application
Name=Text editor
Exec=/usr/local/bin/st -e lvim %u
Exec=/usr/local/bin/kitty -e lvim %u

View File

@ -2,3 +2,4 @@
Type=Application
Name=Torrent
Exec=/usr/bin/env transadd %U
# FIX: