From fd5d2b907f4cf9eaeae2583ef76dd6bb94cca11f Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@donarmstrong.com>
Date: Fri, 29 Feb 2008 20:03:15 +0000
Subject: [PATCH] update synclient call and ion3

---
 .ion3/cfg_statusbar.lua | 3 ++-
 .xsession_volo          | 6 ++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/.ion3/cfg_statusbar.lua b/.ion3/cfg_statusbar.lua
index 1034dad..02920dc 100644
--- a/.ion3/cfg_statusbar.lua
+++ b/.ion3/cfg_statusbar.lua
@@ -36,7 +36,8 @@ mod_statusbar.create{
     -- right, respectively, and %systray is a placeholder for system tray
     -- windows and icons.
     --
-    template="[ %date || %>load ] %filler%systray",
+    template="[ %date || %>load || %bat ] %filler%systray",
+    --template="[ %date || %>load || %workspace_pager || %bat ] %filler%systray",
     --template="[ %date || load: %05load_1min || mail: %02mail_new/%02mail_total ] %filler%systray",
 }
 
diff --git a/.xsession_volo b/.xsession_volo
index 9b08799..3ca9636 100644
--- a/.xsession_volo
+++ b/.xsession_volo
@@ -26,20 +26,22 @@ if [ -x /usr/bin/synclient ]; then
     synclient RTCornerButton=0 \
 	RBCornerButton=0 \
 	LTCornerButton=0 \
+	RTCornerButton=0 \
+	LBCornerButton=0 \
+	PalmDetect=1 \
+	VertEdgeScroll=1 \
 	LockedDrags=1 \
 	LeftEdge=0 \
 	TopEdge=0 \
 	FastTaps=1 \
         FingerLow=14 \
 	FingerHigh=20 \
-	VertEdgeScroll=0 \
 	HorizEdgeScroll=0 \
 	MinSpeed=0.2 \
 	MaxSpeed=1.5 \
 	AccelFactor=0.25 \
 	UpDownScrolling=0 \
 	LeftRightScrolling=0 \
-	PalmDetect=0 \
 	RightEdge=1500;
 fi;
 
-- 
2.39.5