awesome rc updates for chromium
[~madcoder/dotfiles.git] / xsessionrc
index 39440a4..f7ac710 100755 (executable)
@@ -2,10 +2,6 @@
 
 . "$HOME/.config/zsh/20_environment"
 
-xkbcomp -w 0 -R/usr/share/X11/xkb ~/.Xkeyboard :0
-
-for applet in klipper; do
-    which $applet 1>/dev/null 2>&1 && $applet&
-done
-
-awesome &
+if which synclient &>/dev/null; then
+    synclient TapButton1=1 FastTaps=1 VertEdgeScroll=1 HorizEdgeScroll=1
+fi