summaryrefslogtreecommitdiff
path: root/bindings.config
diff options
context:
space:
mode:
Diffstat (limited to 'bindings.config')
-rw-r--r--bindings.config7
1 files changed, 4 insertions, 3 deletions
diff --git a/bindings.config b/bindings.config
index 0cf3227..97053d7 100644
--- a/bindings.config
+++ b/bindings.config
@@ -112,8 +112,9 @@ Key Space A 4 Exec exec import -window root $[HOME]/screen-$(date +%Y%m%d_%H%M%S
Key W A 4 RandomWall
#MPD control
-Key grave A 4 MPDControl pause
+Key grave A 4 MPDControl toggle
Key B A 4 MPDControl next
-Key Z A 4 MPDControl previous
+Key Z A 4 MPDControl prev
Key P A 4 MPDControl play
-
+Key Page_Up A 4 MPDControl volume +1
+Key Page_Down A 4 MPDControl volume -1