sxmo_files now respect user desktop configurations

We use our own implementation of xdg-open that replace the hardcoded
script used in sxmo_files.

We add and will maintain some desktop entries to offer a suckless
experience by default.

Signed-off-by: Reed Wade <reedwade@misterbanal.net>
Signed-off-by: Anjandev Momi <anjan@momi.ca>
This commit is contained in:
Reed Wade 2020-11-24 08:43:34 +01:00 committed by Anjandev Momi
parent a90f565c12
commit 08b95c6182
5 changed files with 344 additions and 14 deletions

View file

@ -0,0 +1,6 @@
[Desktop Entry]
Name=mpv Music Player
Exec=mpv -ao=alsa --vid=no -v
Terminal=true
Type=Application
MimeType=audio/wav;audio/opus;audio/m4a;audio/flac;audio/mp3

View file

@ -0,0 +1,6 @@
[Desktop Entry]
Name=sxiv Image Viewer
Exec=sxiv
Terminal=false
Type=Application
MimeType=image/jpeg;image/png;image/gif

View file

@ -0,0 +1,6 @@
[Desktop Entry]
Name=Zathura
Exec=zathura
Terminal=false
Type=Application
MimeType=application/pdf;application/x-rar;application/epub+zip