From: Amin Bandali Date: Thu, 24 Dec 2015 03:17:28 +0000 (-0500) Subject: [X] no 2,3 finger tap / no emacs daemon on startup X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/97923e8fc0a53daa6f55b6cfa61930434dee6e25 [X] no 2,3 finger tap / no emacs daemon on startup --- diff --git a/x/.xprofile b/x/.xprofile index cbaeed0..83428bd 100755 --- a/x/.xprofile +++ b/x/.xprofile @@ -40,8 +40,11 @@ xrdb -merge ~/.gotham.xresources # xbacklight -set 50 # synaptics (touchpad) configs -synclient TapButton2=3 -synclient TapButton3=2 +#synclient TapButton2=3 +#synclient TapButton3=2 +synclient TapButton1=1 +synclient TapButton2=0 +synclient TapButton3=0 synclient HorizTwoFingerScroll=1 synclient VertScrollDelta=-237 synclient HorizScrollDelta=-237 @@ -72,7 +75,7 @@ xfdesktop --disable-wm-check & xfce4-panel --disable-wm-check & bspwm & sxhkd & -emacs --daemon & +#emacs --daemon & sleep 2 && pnmixer & # panel &