# to get quick notifs
# after long commands
notif() {
	notify-send "done!"
	aplay -q /usr/share/sounds/sound-icons/start
	spd-say -t female3 -r +25 "done!"
}