diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 294f242..b90886a 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -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 diff --git a/.config/zsh/suffixaliasrc b/.config/zsh/suffixaliasrc deleted file mode 100644 index c756e58..0000000 --- a/.config/zsh/suffixaliasrc +++ /dev/null @@ -1,5 +0,0 @@ -#/bin/zsh - -alias -s pdf="background $READER" -alias -s tex="$EDITOR" -alias -s {png,jpg,jpeg}="background $IMAGE" diff --git a/.local/share/applications/browser.desktop b/.local/share/applications/browser.desktop new file mode 100644 index 0000000..1e740c8 --- /dev/null +++ b/.local/share/applications/browser.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Browser +Exec=firefox %u diff --git a/.local/share/applications/img.desktop b/.local/share/applications/img.desktop index bf61f09..d8d8959 100644 --- a/.local/share/applications/img.desktop +++ b/.local/share/applications/img.desktop @@ -1,4 +1,4 @@ [Desktop Entry] Type=Application Name=Image viewer -Exec=/usr/bin/sxiv-a %u +Exec=sxiv -a %u diff --git a/.local/share/applications/mail.desktop b/.local/share/applications/mail.desktop deleted file mode 100644 index a7fa3f2..0000000 --- a/.local/share/applications/mail.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Mail -Exec=/usr/bin/thunderbird %u diff --git a/.local/share/applications/pdf.desktop b/.local/share/applications/pdf.desktop index 8c38677..9dbcb2e 100644 --- a/.local/share/applications/pdf.desktop +++ b/.local/share/applications/pdf.desktop @@ -1,4 +1,4 @@ [Desktop Entry] Type=Application Name=PDF reader -Exec=/usr/bin/zathura %u +Exec=zathura %u diff --git a/.local/share/applications/rss.desktop b/.local/share/applications/rss.desktop deleted file mode 100644 index 6fafc4f..0000000 --- a/.local/share/applications/rss.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=RSS feed addition -Exec=/usr/bin/env rssadd %U diff --git a/.local/share/applications/text.desktop b/.local/share/applications/text.desktop index 41ee05f..f34b8f0 100644 --- a/.local/share/applications/text.desktop +++ b/.local/share/applications/text.desktop @@ -1,4 +1,4 @@ [Desktop Entry] Type=Application Name=Text editor -Exec=/usr/local/bin/st -e nvim %u +Exec=st -e nvim %u