changing default programs

master
tiynger 5 years ago
parent c4d883a835
commit a2d71af499

@ -1,6 +1,5 @@
[Default Applications]
x-scheme-handler/magnet=torrent.desktop;
x-scheme-handler/mailto=userapp-Thunderbird-JMVJ8Z.desktop
x-scheme-handler/mailto=mail.desktop
text/plain=text.desktop;
text/x-shellscript=text.desktop;
application/pdf=pdf.desktop;
@ -8,8 +7,3 @@ image/png=img.desktop;
image/jpeg=img.desktop;
image/gif=img.desktop;
application/rss+xml=rss.desktop
message/rfc822=userapp-Thunderbird-JMVJ8Z.desktop
[Added Associations]
x-scheme-handler/mailto=userapp-Thunderbird-JMVJ8Z.desktop;
message/rfc822=userapp-Thunderbird-JMVJ8Z.desktop;

@ -19,6 +19,7 @@ export AUDIO="mpv"
export TABLE="sc-im"
export IMAGE="sxiv"
export LATEX="code"
export MAIL="thunderbird"
# less/man colors
export LESS=-R

@ -0,0 +1,4 @@
[Desktop Entry]
Type=Application
Name=Image viewer
Exec=/usr/bin/sxiv-a %u

@ -0,0 +1,4 @@
[Desktop Entry]
Type=Application
Name=Mail
Exec=/usr/bin/thunderbird %u

@ -0,0 +1,4 @@
[Desktop Entry]
Type=Application
Name=PDF reader
Exec=/usr/bin/zathura %u

@ -0,0 +1,4 @@
[Desktop Entry]
Type=Application
Name=RSS feed addition
Exec=/usr/bin/env rssadd %U

@ -0,0 +1,4 @@
[Desktop Entry]
Type=Application
Name=Text editor
Exec=/usr/local/bin/st -e nvim %u
Loading…
Cancel
Save