aboutsummaryrefslogtreecommitdiff
path: root/.local/share
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-08-04 01:23:23 -0400
committertdro <tdro@users.noreply.github.com>2020-08-04 01:23:23 -0400
commitc7a366ed05da59405a20cb968f812d515767f750 (patch)
tree532592d9d2f2556c537f9f732fab375254b33ee5 /.local/share
parent1a137054ed420f36f85cf8c9ffa6d3b63540a9c7 (diff)
downloaddotfiles-c7a366ed05da59405a20cb968f812d515767f750.tar.gz
dotfiles-c7a366ed05da59405a20cb968f812d515767f750.tar.bz2
dotfiles-c7a366ed05da59405a20cb968f812d515767f750.zip
.local/share/applications: Set type
Diffstat (limited to '.local/share')
-rw-r--r--.local/share/applications/feh.desktop1
-rw-r--r--.local/share/applications/libreoffice.desktop1
-rw-r--r--.local/share/applications/music.desktop1
-rw-r--r--.local/share/applications/pdf.desktop1
-rw-r--r--.local/share/applications/vim.desktop1
5 files changed, 5 insertions, 0 deletions
diff --git a/.local/share/applications/feh.desktop b/.local/share/applications/feh.desktop
index 383c03f..b76b6b6 100644
--- a/.local/share/applications/feh.desktop
+++ b/.local/share/applications/feh.desktop
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=Image Viewer
+Type=Application
Exec=feh -. -g 640x480 --start-at %U
Terminal=false
NoDisplay=true
diff --git a/.local/share/applications/libreoffice.desktop b/.local/share/applications/libreoffice.desktop
index 424e446..ce6fa00 100644
--- a/.local/share/applications/libreoffice.desktop
+++ b/.local/share/applications/libreoffice.desktop
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=LibreOffice
+Type=Application
Exec=libreoffice %U
Terminal=false
NoDisplay=true
diff --git a/.local/share/applications/music.desktop b/.local/share/applications/music.desktop
index 50a9f43..45ed247 100644
--- a/.local/share/applications/music.desktop
+++ b/.local/share/applications/music.desktop
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=Music Player
+Type=Application
Exec=mocp -M $XDG_CONFIG_HOME/moc %U
Terminal=true
NoDisplay=true
diff --git a/.local/share/applications/pdf.desktop b/.local/share/applications/pdf.desktop
index d72c8f6..1606dcc 100644
--- a/.local/share/applications/pdf.desktop
+++ b/.local/share/applications/pdf.desktop
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=PDF Viewer
+Type=Application
Exec=mupdf %U
Terminal=false
NoDisplay=true
diff --git a/.local/share/applications/vim.desktop b/.local/share/applications/vim.desktop
index 0ce58ab..eff7464 100644
--- a/.local/share/applications/vim.desktop
+++ b/.local/share/applications/vim.desktop
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=Editor
+Type=Application
Exec=vim %U
Terminal=true
NoDisplay=true