diff options
author | Amin Bandali <me@aminb.org> | 2015-12-23 22:17:28 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-12-23 22:17:28 -0500 |
commit | 97923e8fc0a53daa6f55b6cfa61930434dee6e25 (patch) | |
tree | 62378ebdccc417370c22a60a5d6e1ebdaee47970 | |
parent | 359468168e32456e7eee31687963a91dc540c103 (diff) | |
download | configs-97923e8fc0a53daa6f55b6cfa61930434dee6e25.tar.gz configs-97923e8fc0a53daa6f55b6cfa61930434dee6e25.tar.xz configs-97923e8fc0a53daa6f55b6cfa61930434dee6e25.zip |
[X] no 2,3 finger tap / no emacs daemon on startup
-rwxr-xr-x | x/.xprofile | 9 |
1 files changed, 6 insertions, 3 deletions
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 & |