add middle click action

This commit is contained in:
speedie 2022-11-12 12:59:04 +01:00
parent 27df11fcc7
commit a0bd560e14

View file

@ -20,6 +20,7 @@ CLICK() {
esac
case "$BUTTON" in
"2") command -v notify-send > /dev/null && notify-send "$(ps axch -o cmd:12,%mem --sort=%mem | tail -n 10)" ; exit ;;
"3") $TERMINAL -e htop ;;
esac