readd lost commit (fix some default programs)
This commit is contained in:
parent
2122353b4c
commit
676bda9bd7
4 changed files with 5 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue