notify function is useless
This commit is contained in:
parent
b9cebfed62
commit
9da2da1877
|
@ -49,15 +49,6 @@ wallpaper() {
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
# Notify to awesome
|
|
||||||
notify() {
|
|
||||||
if [ $# -lt 2 ]; then
|
|
||||||
notify-send "$1"
|
|
||||||
elif [ $# -lt 3 ]; then
|
|
||||||
notify-send "$1" "$2"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
### Others ###
|
### Others ###
|
||||||
# colors for the man pages
|
# colors for the man pages
|
||||||
man() {
|
man() {
|
||||||
|
|
Loading…
Reference in New Issue