summaryrefslogtreecommitdiffstats
path: root/.scripts
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-07-14 22:30:17 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-07-14 22:30:17 -0400
commit5ab0e568b0f4180f09031aeae6d9585e8956e648 (patch)
treeef3a8a80c50c7e9797c1456995523adc77281db4 /.scripts
parent72d75c764c3895b61ea78d9e1eff6f4205e076eb (diff)
parent4ef6baa407a1097e92ea2d76b82c8c396085c236 (diff)
downloadeibhear-5ab0e568b0f4180f09031aeae6d9585e8956e648.tar.gz
eibhear-5ab0e568b0f4180f09031aeae6d9585e8956e648.tar.zst
eibhear-5ab0e568b0f4180f09031aeae6d9585e8956e648.zip
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.scripts')
-rwxr-xr-x.scripts/i3mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/i3mpd b/.scripts/i3mpd
index 8c8564e..13d5966 100755
--- a/.scripts/i3mpd
+++ b/.scripts/i3mpd
@@ -10,7 +10,7 @@ filter() {
}
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
4) mpc $password prev | filter ;; # scroll up, previous
5) mpc $password next | filter ;; # scroll down, next