diff options
Diffstat (limited to '.local/share')
-rw-r--r-- | .local/share/applications/audio.desktop | 4 | ||||
-rw-r--r-- | .local/share/applications/exe.desktop | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.local/share/applications/audio.desktop b/.local/share/applications/audio.desktop new file mode 100644 index 0000000..c9fdc0e --- /dev/null +++ b/.local/share/applications/audio.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Video player +Exec=mpv %u diff --git a/.local/share/applications/exe.desktop b/.local/share/applications/exe.desktop new file mode 100644 index 0000000..2bb80fb --- /dev/null +++ b/.local/share/applications/exe.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Wine +Exec=/usr/bin/wine %u |