summaryrefslogtreecommitdiffstats
path: root/.xbindkeysrc.scm
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-02-28 20:08:19 +0100
committerGravatar Tom Willemsen2012-02-28 20:08:19 +0100
commit922b5fda86d97bfcb311520e00462c9bbe614057 (patch)
tree103b1f1fb363a9e7c45f0ed45cceac6dfd111e0e /.xbindkeysrc.scm
parent8f46bf4cbb87bfcae1b2ead30fda70d2e1fcc5ea (diff)
downloaddotfiles-922b5fda86d97bfcb311520e00462c9bbe614057.tar.gz
dotfiles-922b5fda86d97bfcb311520e00462c9bbe614057.zip
.xbindkeysrc.scm
Diffstat (limited to '.xbindkeysrc.scm')
-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)