readd lost commit (fix some default programs)
This commit is contained in:
parent
ce0039a3ec
commit
388a0d88fe
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
Type=Application
|
||||
Name=Torrent
|
||||
Exec=/usr/bin/env transadd %U
|
||||
# FIX:
|
||||
|
|
Loading…
Reference in New Issue