mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
Added mimeapps
This commit is contained in:
parent
0f139e9356
commit
4885c6243c
26
.config/mimeapps.list
Normal file
26
.config/mimeapps.list
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
[Default Applications]
|
||||||
|
|
||||||
|
# xdg-open will use these settings to determine how to open filetypes.
|
||||||
|
# These .desktop entries can also be seen and changed in ~/.local/share/applications/
|
||||||
|
|
||||||
|
text/html=vivaldi-stable.desktop;
|
||||||
|
text/py=text.desktop;
|
||||||
|
x-scheme-handler/http=vivaldi-stable.desktop;
|
||||||
|
x-scheme-handler/https=vivaldi-stable.desktop;
|
||||||
|
x-scheme-handler/about=vivaldi-stable.desktop;
|
||||||
|
x-scheme-handler/unknown=vivaldi-stable.desktop;
|
||||||
|
x-scheme-handler/tg=userapp-Telegram Desktop-1IQ1J1.desktop;
|
||||||
|
x-scheme-handler/kite=kite-copilot.desktop;
|
||||||
|
x-scheme-handler/msteams=teams.desktop;
|
||||||
|
application/pdf=okularApplication_pdf.desktop;org.pwmt.zathura.desktop;
|
||||||
|
image/x-canon-cr2=img.desktop;
|
||||||
|
image/jpeg=img.desktop;
|
||||||
|
image/jpg=img.desktop;
|
||||||
|
image/png=img.desktop;
|
||||||
|
image/gif=img.desktop;
|
||||||
|
video/ts=video.desktop;
|
||||||
|
video/mp4=video.desktop;
|
||||||
|
video/mpv=video.desktop;
|
||||||
|
|
||||||
|
[Added Associations]
|
||||||
|
|
||||||
4
.local/share/applications/file.desktop
Normal file
4
.local/share/applications/file.desktop
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=File Manager
|
||||||
|
Exec=/usr/local/bin/st -e lfrun %u
|
||||||
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/nsxiv -a %f
|
||||||
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/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/alacritty -e nvim %u
|
||||||
Loading…
Reference in New Issue
Block a user