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:
parent
32c4f82c30
commit
8457ff3851
@ -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
|
||||
|
@ -1,5 +0,0 @@
|
||||
#/bin/zsh
|
||||
|
||||
alias -s pdf="background $READER"
|
||||
alias -s tex="$EDITOR"
|
||||
alias -s {png,jpg,jpeg}="background $IMAGE"
|
4
.local/share/applications/browser.desktop
Normal file
4
.local/share/applications/browser.desktop
Normal file
@ -0,0 +1,4 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Browser
|
||||
Exec=firefox %u
|
@ -1,4 +1,4 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Image viewer
|
||||
Exec=/usr/bin/sxiv-a %u
|
||||
Exec=sxiv -a %u
|
||||
|
@ -1,4 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Mail
|
||||
Exec=/usr/bin/thunderbird %u
|
@ -1,4 +1,4 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=PDF reader
|
||||
Exec=/usr/bin/zathura %u
|
||||
Exec=zathura %u
|
||||
|
@ -1,4 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=RSS feed addition
|
||||
Exec=/usr/bin/env rssadd %U
|
@ -1,4 +1,4 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Text editor
|
||||
Exec=/usr/local/bin/st -e nvim %u
|
||||
Exec=st -e nvim %u
|
||||
|
Loading…
x
Reference in New Issue
Block a user