From f56c6aba184dc1d5231c7f6788dc5a02c8257e0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=C3=ADn=20Dach?= Date: Sat, 14 Jul 2018 12:06:07 +0200 Subject: [PATCH 1/2] Comment typo BLOCK_BUTTON=1 is left mouse click --- .scripts/i3mpd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 5e3dfa3693e1d8157249641fd3b6cb34448fb9fd Mon Sep 17 00:00:00 2001 From: Yamato Denari Date: Sat, 14 Jul 2018 20:39:19 +0800 Subject: [PATCH 2/2] Move ncmpcpp config to ~/.config --- {.ncmpcpp => .config/ncmpcpp}/bindings | 0 {.ncmpcpp => .config/ncmpcpp}/config | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {.ncmpcpp => .config/ncmpcpp}/bindings (100%) rename {.ncmpcpp => .config/ncmpcpp}/config (100%) diff --git a/.ncmpcpp/bindings b/.config/ncmpcpp/bindings similarity index 100% rename from .ncmpcpp/bindings rename to .config/ncmpcpp/bindings diff --git a/.ncmpcpp/config b/.config/ncmpcpp/config similarity index 100% rename from .ncmpcpp/config rename to .config/ncmpcpp/config