From: Don Armstrong Date: Fri, 29 Feb 2008 20:03:15 +0000 (+0000) Subject: update synclient call and ion3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fd5d2b907f4cf9eaeae2583ef76dd6bb94cca11f;p=x_base.git update synclient call and ion3 --- 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;