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 2122353b4c
commit 676bda9bd7
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: