add mimeapps.list and desktop files
This commit is contained in:
home/default
.config
.local
4
home/default/.local/share/applications/file.desktop
Normal file
4
home/default/.local/share/applications/file.desktop
Normal file
@ -0,0 +1,4 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=File Manager
|
||||
Exec=/usr/bin/foot -e lf %u
|
4
home/default/.local/share/applications/img.desktop
Normal file
4
home/default/.local/share/applications/img.desktop
Normal file
@ -0,0 +1,4 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Image viewer
|
||||
Exec=/usr/bin/nsxiv -a %f
|
4
home/default/.local/share/applications/mail.desktop
Normal file
4
home/default/.local/share/applications/mail.desktop
Normal file
@ -0,0 +1,4 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Mail
|
||||
Exec=/usr/bin/foot -e neomutt %u
|
4
home/default/.local/share/applications/pdf.desktop
Normal file
4
home/default/.local/share/applications/pdf.desktop
Normal file
@ -0,0 +1,4 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=PDF reader
|
||||
Exec=/usr/bin/zathura %u
|
4
home/default/.local/share/applications/rss.desktop
Normal file
4
home/default/.local/share/applications/rss.desktop
Normal file
@ -0,0 +1,4 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=RSS feed addition
|
||||
Exec=/usr/bin/env rssadd %U
|
4
home/default/.local/share/applications/text.desktop
Normal file
4
home/default/.local/share/applications/text.desktop
Normal file
@ -0,0 +1,4 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Text editor
|
||||
Exec=/usr/bin/foot -e nvim %u
|
5
home/default/.local/share/applications/torrent.desktop
Normal file
5
home/default/.local/share/applications/torrent.desktop
Normal file
@ -0,0 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Torrent
|
||||
#Exec=/usr/bin/env transadd %U
|
||||
Exec=deluge-gtk %U
|
4
home/default/.local/share/applications/video.desktop
Normal file
4
home/default/.local/share/applications/video.desktop
Normal file
@ -0,0 +1,4 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Video viewer
|
||||
Exec=/usr/bin/mpv -quiet %f
|
Reference in New Issue
Block a user