From 01f78b92c7004265642fbbb67f1ee85a4021c47a Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Wed, 2 Mar 2011 18:23:38 -0500 Subject: [PATCH] bindings: Kill the globalbinds Nop entries. I haven't used globalbinds in a long time. Add MPD bindings to the WM config. --- common/bindings | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/common/bindings b/common/bindings index d9a03fa..c3e474a 100644 --- a/common/bindings +++ b/common/bindings @@ -1,10 +1,13 @@ -# Globalbinds covers these. -Key Page_Down A CM Nop -Key Page_Up A CM Nop -Key End A CM Nop -Key Home A CM Nop -Key Insert A CM Nop -Key N A CM Nop +# MPD shortcuts +Key Page_Up A CM Exec exec mpc prev +Key Page_Down A CM Exec exec mpc next +Key End A CM Exec exec mpc stop +Key Home A CM Exec exec mpc pause +Key Insert A CM Exec exec mpc play +Key Page_Down A CM Exec exec mpc next + +Mouse 4 A CM Exec exec mpc prev +Mouse 5 A CM Exec exec mpc next # Window management Key F4 A M Close -- 2.43.2