add mime apps and local desktop files

This commit is contained in:
frosty 2024-07-04 16:41:37 -04:00
parent d166dafb08
commit 83de97e20c
8 changed files with 60 additions and 0 deletions

25
.config/mimeapps.list Normal file
View file

@ -0,0 +1,25 @@
[Default Applications]
inode-directory=file.desktop
audio/aac=audio.desktop
audio/mpeg=audio.desktop
audio/ogg=audio.desktop
audio/wav=audio.desktop
audio/webm=audio.desktop
video/x-msvideo=video.desktop
video/mp4=video.desktop
video/mpeg=video.desktop
video/ogg=video.desktop
video/webm=video.desktop
video/3gpp=video.desktop
image/apng=image.desktop
image/avif=image.desktop
image/bmp=image.desktop
image/gif=image.desktop
image/jpeg=image.desktop
image/png=image.desktop
image/svg+xml=image.desktop
image/tiff=image.desktop
image/webp=image.desktop
text/plain=editor.desktop
application/xhtml+xml=browser.desktop
text/html=browser.desktop

View file

@ -0,0 +1,5 @@
[Desktop Entry]
Type=Application
Name=Audio Player
Exec=mpv %u
Icon=mpv

View file

@ -0,0 +1,5 @@
[Desktop Entry]
Type=Application
Name=Web Browser
Exec=firefox %u
Icon=firefox

View file

@ -0,0 +1,5 @@
[Desktop Entry]
Type=Application
Name=Text Editor
Exec=st -e vim %u
Icon=vim

View file

@ -0,0 +1,5 @@
[Desktop Entry]
Type=Application
Name=File Manager
Exec=st -e nnn %u
Icon=nnn

View file

@ -0,0 +1,5 @@
[Desktop Entry]
Type=Application
Name=Image Viewer
Exec=nsxiv %u
Icon=nsxiv

View file

@ -0,0 +1,5 @@
[Desktop Entry]
Type=Application
Name=Terminal Emulator
Exec=st %u
Icon=utilities-terminal

View file

@ -0,0 +1,5 @@
[Desktop Entry]
Type=Application
Name=Video Player
Exec=mpv %u
Icon=mpv