sxhkd-rc

[fork] simple X hotkey daemon (but for the rc shell)
Log | Files | Refs | README | LICENSE

commit 4eb6607e874a08c30f9b23e43d822f45a3a1dd26
parent 7163c271ae3093ae031c96e830bba913a42494ba
Author: Bastien Dejean <nihilhill@gmail.com>
Date:   Tue,  8 Jan 2013 15:34:23 +0100

Add pointer motion example

Diffstat:
Mexamples/sxhkdrc | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/examples/sxhkdrc b/examples/sxhkdrc @@ -22,4 +22,13 @@ super + {h,j,k,l} super + alt + {0-9} mpc -q seek {0-9}0% +super + button{1,2,3} + bspc grab_pointer {move,focus,resize} + +super + !button{1,3} + bspc {track_pointer,track_pointer} %i %i + +super + @button{1,3} + bspc {ungrab_pointer,ungrab_pointer} + # vim: set ft=conf: