mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
Comment typo
BLOCK_BUTTON=1 is left mouse click
This commit is contained in:
parent
202893c879
commit
f56c6aba18
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user