notify function is useless

This commit is contained in:
Thomas FORGIONE 2017-03-06 14:14:43 +01:00
parent b9cebfed62
commit 9da2da1877
No known key found for this signature in database
GPG Key ID: 2A210FFC062E00C3
1 changed files with 0 additions and 9 deletions

View File

@ -49,15 +49,6 @@ wallpaper() {
esac
}
# Notify to awesome
notify() {
if [ $# -lt 2 ]; then
notify-send "$1"
elif [ $# -lt 3 ]; then
notify-send "$1" "$2"
fi
}
### Others ###
# colors for the man pages
man() {