diff --git a/.config/mimeapps.list b/.config/mimeapps.list new file mode 100644 index 0000000..0776fb0 --- /dev/null +++ b/.config/mimeapps.list @@ -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 diff --git a/.local/share/applications/audio.desktop b/.local/share/applications/audio.desktop new file mode 100644 index 0000000..f2774a0 --- /dev/null +++ b/.local/share/applications/audio.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Name=Audio Player +Exec=mpv %u +Icon=mpv diff --git a/.local/share/applications/browser.desktop b/.local/share/applications/browser.desktop new file mode 100644 index 0000000..946af28 --- /dev/null +++ b/.local/share/applications/browser.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Name=Web Browser +Exec=firefox %u +Icon=firefox diff --git a/.local/share/applications/editor.desktop b/.local/share/applications/editor.desktop new file mode 100644 index 0000000..7e34910 --- /dev/null +++ b/.local/share/applications/editor.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Name=Text Editor +Exec=st -e vim %u +Icon=vim diff --git a/.local/share/applications/file.desktop b/.local/share/applications/file.desktop new file mode 100644 index 0000000..eafffe3 --- /dev/null +++ b/.local/share/applications/file.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Name=File Manager +Exec=st -e nnn %u +Icon=nnn diff --git a/.local/share/applications/image.desktop b/.local/share/applications/image.desktop new file mode 100644 index 0000000..9729af2 --- /dev/null +++ b/.local/share/applications/image.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Name=Image Viewer +Exec=nsxiv %u +Icon=nsxiv diff --git a/.local/share/applications/terminal.desktop b/.local/share/applications/terminal.desktop new file mode 100644 index 0000000..b8ad3df --- /dev/null +++ b/.local/share/applications/terminal.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Name=Terminal Emulator +Exec=st %u +Icon=utilities-terminal diff --git a/.local/share/applications/video.desktop b/.local/share/applications/video.desktop new file mode 100644 index 0000000..b2efe91 --- /dev/null +++ b/.local/share/applications/video.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Name=Video Player +Exec=mpv %u +Icon=mpv