diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-07-14 22:30:17 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-14 22:30:17 -0400 |
| commit | 5ab0e568b0f4180f09031aeae6d9585e8956e648 (patch) | |
| tree | ef3a8a80c50c7e9797c1456995523adc77281db4 | |
| parent | 72d75c764c3895b61ea78d9e1eff6f4205e076eb (diff) | |
| parent | 4ef6baa407a1097e92ea2d76b82c8c396085c236 (diff) | |
| download | eibhear-5ab0e568b0f4180f09031aeae6d9585e8956e648.tar.gz eibhear-5ab0e568b0f4180f09031aeae6d9585e8956e648.tar.zst eibhear-5ab0e568b0f4180f09031aeae6d9585e8956e648.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
| -rw-r--r-- | .config/ncmpcpp/bindings (renamed from .ncmpcpp/bindings) | 0 | ||||
| -rw-r--r-- | .config/ncmpcpp/config (renamed from .ncmpcpp/config) | 0 | ||||
| -rwxr-xr-x | .scripts/i3mpd | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/.ncmpcpp/bindings b/.config/ncmpcpp/bindings index 6eecd3e..6eecd3e 100644 --- a/.ncmpcpp/bindings +++ b/.config/ncmpcpp/bindings diff --git a/.ncmpcpp/config b/.config/ncmpcpp/config index 999c6bc..999c6bc 100644 --- a/.ncmpcpp/config +++ b/.config/ncmpcpp/config 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 |
