mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-01 17:07:45 +02:00
changing default programs
This commit is contained in:
parent
c4d883a835
commit
a2d71af499
@ -1,6 +1,5 @@
|
|||||||
[Default Applications]
|
[Default Applications]
|
||||||
x-scheme-handler/magnet=torrent.desktop;
|
x-scheme-handler/mailto=mail.desktop
|
||||||
x-scheme-handler/mailto=userapp-Thunderbird-JMVJ8Z.desktop
|
|
||||||
text/plain=text.desktop;
|
text/plain=text.desktop;
|
||||||
text/x-shellscript=text.desktop;
|
text/x-shellscript=text.desktop;
|
||||||
application/pdf=pdf.desktop;
|
application/pdf=pdf.desktop;
|
||||||
@ -8,8 +7,3 @@ image/png=img.desktop;
|
|||||||
image/jpeg=img.desktop;
|
image/jpeg=img.desktop;
|
||||||
image/gif=img.desktop;
|
image/gif=img.desktop;
|
||||||
application/rss+xml=rss.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 TABLE="sc-im"
|
||||||
export IMAGE="sxiv"
|
export IMAGE="sxiv"
|
||||||
export LATEX="code"
|
export LATEX="code"
|
||||||
|
export MAIL="thunderbird"
|
||||||
|
|
||||||
# less/man colors
|
# less/man colors
|
||||||
export LESS=-R
|
export LESS=-R
|
||||||
|
4
.local/share/applications/img.desktop
Normal file
4
.local/share/applications/img.desktop
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=Image viewer
|
||||||
|
Exec=/usr/bin/sxiv-a %u
|
4
.local/share/applications/mail.desktop
Normal file
4
.local/share/applications/mail.desktop
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=Mail
|
||||||
|
Exec=/usr/bin/thunderbird %u
|
4
.local/share/applications/pdf.desktop
Normal file
4
.local/share/applications/pdf.desktop
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=PDF reader
|
||||||
|
Exec=/usr/bin/zathura %u
|
4
.local/share/applications/rss.desktop
Normal file
4
.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
.local/share/applications/text.desktop
Normal file
4
.local/share/applications/text.desktop
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=Text editor
|
||||||
|
Exec=/usr/local/bin/st -e nvim %u
|
Loading…
x
Reference in New Issue
Block a user