mimeapps added
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
[Default Applications]
|
[Default Applications]
|
||||||
x-scheme-handler/magnet=transmission-remote.desktop
|
x-scheme-handler/magnet=transmission-remote.desktop;
|
||||||
x-scheme-handler/mailto=mutt.desktop;
|
x-scheme-handler/mailto=mutt.desktop;
|
||||||
|
text/plain=vim.desktop;
|
||||||
|
application/pdf=zathura.desktop;
|
||||||
|
image/png=feh.desktop;
|
||||||
|
image/jpeg=feh.desktop;
|
||||||
|
|||||||
4
.local/share/applications/feh.desktop
Normal file
4
.local/share/applications/feh.desktop
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=feh image viewer
|
||||||
|
Exec=/usr/bin/feh %u
|
||||||
4
.local/share/applications/vim.desktop
Normal file
4
.local/share/applications/vim.desktop
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=Vim
|
||||||
|
Exec=/usr/local/bin/st -e vim %u
|
||||||
4
.local/share/applications/zathura.desktop
Normal file
4
.local/share/applications/zathura.desktop
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=Zathura PDF reader
|
||||||
|
Exec=/usr/bin/zathura %u
|
||||||
Reference in New Issue
Block a user