Comment typo

BLOCK_BUTTON=1 is left mouse click
This commit is contained in:
Antonín Dach 2018-07-14 12:06:07 +02:00 committed by GitHub
parent 202893c879
commit f56c6aba18

View file

@ -10,7 +10,7 @@ filter() {
} }
case $BLOCK_BUTTON in case $BLOCK_BUTTON in
1) mpc $password status | filter && $TERMINAL -e ncmpcpp & disown ;; # right click, pause/unpause 1) mpc $password status | filter && $TERMINAL -e ncmpcpp & disown ;; # left click, pause/unpause
3) mpc $password toggle | filter ;; # right click, pause/unpause 3) mpc $password toggle | filter ;; # right click, pause/unpause
4) mpc $password prev | filter ;; # scroll up, previous 4) mpc $password prev | filter ;; # scroll up, previous
5) mpc $password next | filter ;; # scroll down, next 5) mpc $password next | filter ;; # scroll down, next