]> git.donarmstrong.com Git - x_base.git/commitdiff
update synclient call and ion3
authorDon Armstrong <don@donarmstrong.com>
Fri, 29 Feb 2008 20:03:15 +0000 (20:03 +0000)
committerDon Armstrong <don@donarmstrong.com>
Fri, 29 Feb 2008 20:03:15 +0000 (20:03 +0000)
.ion3/cfg_statusbar.lua
.xsession_volo

index 1034dade7356058828ae3c81746819a8c2661803..02920dca8aa31f92d8304ce2a35dcffebc8fdb24 100644 (file)
@@ -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",
 }
 
index 9b08799216ec914529fb0676e688615de87a5d24..3ca9636fe4c470523c76bfaf4cd7318ce5ef84e9 100644 (file)
@@ -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;