Merge branch 'master' of github.com:LukeSmithxyz/voidrice

This commit is contained in:
Luke Smith 2018-07-14 22:30:17 -04:00
commit 5ab0e568b0
3 changed files with 1 additions and 1 deletions

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