summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.xbindkeysrc.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/.xbindkeysrc.scm b/.xbindkeysrc.scm
index 22aa5b7..5149054 100644
--- a/.xbindkeysrc.scm
+++ b/.xbindkeysrc.scm
@@ -139,10 +139,10 @@ the command."
(set! dzen-pipe '())))
(define (kill-mouse)
- (system "synclient TouchpadOff=1; xte 'mousemove 1500 1500'"))
+ (run-command "synclient TouchpadOff=1; xte 'mousemove 1500 1500'"))
(define (revive-mouse)
- (system "synclient TouchpadOff=0"))
+ (run-command "synclient TouchpadOff=0"))
;;;_ Maps
(define (main-binding)