.xbindkeysrc.scm
This commit is contained in:
parent
8f46bf4cbb
commit
922b5fda86
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue