From 922b5fda86d97bfcb311520e00462c9bbe614057 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 28 Feb 2012 20:08:19 +0100 Subject: .xbindkeysrc.scm --- .xbindkeysrc.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.xbindkeysrc.scm') 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) -- cgit v1.2.3-54-g00ecf