aboutsummaryrefslogtreecommitdiff
path: root/.local/share
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-06-10 01:59:05 -0400
committertdro <tdro@users.noreply.github.com>2020-06-10 01:59:05 -0400
commit4b3f72ad8a2050bcf7a0b95044d8c5ab5d6a8c7d (patch)
tree1ff9b095e1747f1815e9539d1bac3f607e17b5cb /.local/share
parentfaf41b6fff536909d45b282fe38dcb69b2e3e9a1 (diff)
downloaddotfiles-4b3f72ad8a2050bcf7a0b95044d8c5ab5d6a8c7d.tar.gz
dotfiles-4b3f72ad8a2050bcf7a0b95044d8c5ab5d6a8c7d.tar.bz2
dotfiles-4b3f72ad8a2050bcf7a0b95044d8c5ab5d6a8c7d.zip
.bashrc: Fix xdg setup
Diffstat (limited to '.local/share')
-rw-r--r--.local/share/applications/feh.desktop9
-rw-r--r--.local/share/applications/music.desktop4
-rw-r--r--.local/share/applications/pdf.desktop4
-rw-r--r--.local/share/applications/vim.desktop4
4 files changed, 12 insertions, 9 deletions
diff --git a/.local/share/applications/feh.desktop b/.local/share/applications/feh.desktop
index a502ea0..3715864 100644
--- a/.local/share/applications/feh.desktop
+++ b/.local/share/applications/feh.desktop
@@ -1,13 +1,4 @@
[Desktop Entry]
-Name=Feh
-Name[en_US]=feh
-GenericName=Image viewer
-GenericName[en_US]=Image viewer
-Comment=Fast Imlib2-based Image Viewer
Exec=feh -. -g 640x480 --start-at %U
Terminal=false
-Type=Application
-Icon=feh
-Categories=Graphics;2DGraphics;Viewer;
-MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/x-bmp;image/x-pcx;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-tga;image/x-xbitmap;
NoDisplay=true
diff --git a/.local/share/applications/music.desktop b/.local/share/applications/music.desktop
new file mode 100644
index 0000000..4ecd4a7
--- /dev/null
+++ b/.local/share/applications/music.desktop
@@ -0,0 +1,4 @@
+[Desktop Entry]
+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
new file mode 100644
index 0000000..dc5bb40
--- /dev/null
+++ b/.local/share/applications/pdf.desktop
@@ -0,0 +1,4 @@
+[Desktop Entry]
+Exec=mupdf %U
+Terminal=false
+NoDisplay=true
diff --git a/.local/share/applications/vim.desktop b/.local/share/applications/vim.desktop
new file mode 100644
index 0000000..4356c75
--- /dev/null
+++ b/.local/share/applications/vim.desktop
@@ -0,0 +1,4 @@
+[Desktop Entry]
+Exec=vim %U
+Terminal=true
+NoDisplay=true