From 42f032655272c8488dbf6a31b086350b84c72e49 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 28 Sep 2014 03:04:33 +0200 Subject: Disabling the start of syndaemon, as a systemd user service is taking care of this now (hopefully) --- .xinitrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index 4eabc1e..8c51067 100755 --- a/.xinitrc +++ b/.xinitrc @@ -1,9 +1,9 @@ #!/bin/sh # Disable touchpad while typing using syndaemon -if [[ -f /usr/bin/syndaemon ]]; then - syndaemon -t -k -i 2 & -fi +#if [[ -f /usr/bin/syndaemon ]]; then +# syndaemon -t -k -i 2 & +#fi #X11 keyboard maps setxkbmap -layout de -- cgit v1.2.3-54-g00ecf