1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 03:21:16 +02:00

mime: cleaned up mimetypes

This commit is contained in:
TiynGER
2021-06-22 02:31:04 +02:00
parent 32c4f82c30
commit 8457ff3851
8 changed files with 7 additions and 17 deletions

View File

@@ -0,0 +1,4 @@
[Desktop Entry]
Type=Application
Name=Browser
Exec=firefox %u

View File

@@ -1,4 +1,4 @@
[Desktop Entry]
Type=Application
Name=Image viewer
Exec=/usr/bin/sxiv-a %u
Exec=sxiv -a %u

View File

@@ -1,4 +0,0 @@
[Desktop Entry]
Type=Application
Name=Mail
Exec=/usr/bin/thunderbird %u

View File

@@ -1,4 +1,4 @@
[Desktop Entry]
Type=Application
Name=PDF reader
Exec=/usr/bin/zathura %u
Exec=zathura %u

View File

@@ -1,4 +0,0 @@
[Desktop Entry]
Type=Application
Name=RSS feed addition
Exec=/usr/bin/env rssadd %U

View File

@@ -1,4 +1,4 @@
[Desktop Entry]
Type=Application
Name=Text editor
Exec=/usr/local/bin/st -e nvim %u
Exec=st -e nvim %u