.xbindkeysrc.scm

This commit is contained in:
Tom Willemsen 2012-02-28 20:08:19 +01:00
parent 8f46bf4cbb
commit 922b5fda86

View file

@ -139,10 +139,10 @@ the command."
(set! dzen-pipe '()))) (set! dzen-pipe '())))
(define (kill-mouse) (define (kill-mouse)
(system "synclient TouchpadOff=1; xte 'mousemove 1500 1500'")) (run-command "synclient TouchpadOff=1; xte 'mousemove 1500 1500'"))
(define (revive-mouse) (define (revive-mouse)
(system "synclient TouchpadOff=0")) (run-command "synclient TouchpadOff=0"))
;;;_ Maps ;;;_ Maps
(define (main-binding) (define (main-binding)