1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-25 20:47:45 +01: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

@ -129,7 +129,6 @@ background() {
done
}
source $HOME/.config/zsh/suffixaliasrc 2>/dev/null # Load suffix aliases
[ -f "$HOME/.config/aliasrc" ] && source "$HOME/.config/aliasrc" # Load aliases
# Load command-not-found-handler

View File

@ -1,5 +0,0 @@
#/bin/zsh
alias -s pdf="background $READER"
alias -s tex="$EDITOR"
alias -s {png,jpg,jpeg}="background $IMAGE"

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