]> git.donarmstrong.com Git - x_base.git/commitdiff
* Update rxvt defaults
authorDon Armstrong <don@donarmstrong.com>
Mon, 2 Jul 2007 21:46:41 +0000 (21:46 +0000)
committerDon Armstrong <don@donarmstrong.com>
Mon, 2 Jul 2007 21:46:41 +0000 (21:46 +0000)
 * Fix volo touchpad settings

.Xresources
.Xresources_volo
.xsession_volo

index a5571035a9b632f0867e589fe75f05d241e1a80d..ba291dd3e5559b844ea4c62ca86508be7ae77113 100644 (file)
@@ -71,10 +71,16 @@ UXTerm*font: -*-fixed-medium-r-*-*-20-*-*-*-*-*-iso10646-1
 Rxvt*background: black
 Rxvt*foreground: gray90
 
-  URxvt.geometry: 120x49
-      URxvt.font: -*-fixed-medium-r-*-*-20-*-*-*-*-*-iso10646-1
-URxvt.background: black
-URxvt.foreground: gray90
+            URxvt.geometry: 120x49
+                URxvt.font: -*-fixed-medium-r-*-*-20-*-*-*-*-*-iso10646-1
+          URxvt.background: black
+          URxvt.foreground: gray90
+          URxvt*background: black
+          URxvt*foreground: gray90
+           URxvt.scrollBar: false
+URxvt.searchable-scrollback: M-C-s
+       URxvt.perlext-common: searchable-scrollback<M-C-s>
+
 
 *visualBell:           true
 *scrollTtyOutput:      False
index e2e4234e5dd19cb5d09f8004fa7eb0f69b6d9cb2..90878f07c5167a6ca50cfef8a047abcbdcb27b02 100644 (file)
@@ -1,21 +1,21 @@
-;;-*- mode: xrdb; -*-
+!!-*- mode: xrdb; -*-
     emacs*font: -misc-fixed-medium-r-*-*-15-*-*-*-*-*-*-*
 emacs*geometry: 155x56
 
-       UXTerm*geometry: 159x58
+!!       UXTerm*geometry: 159x58
      UXTerm*utf-8*font: -misc-fixed-medium-r-*-*-15-*-*-*-*-*-iso10646-1
      UXTerm*VT100*font: -misc-fixed-medium-r-*-*-15-*-*-*-*-*-*-*
 UXTerm*metaSendsEscape: true
 
-  URxvt*geometry: 159x58
-      URxvt*font: -misc-fixed-medium-r-*-*-15-*-*-*-*-*-iso10646-1
+!  URxvt*geometry: 159x58
+      URxvt.font: -misc-fixed-medium-r-*-*-15-*-*-*-*-*-iso10646-1
 URxvt*background: black
 URxvt*foreground: gray90
 
-  Rxvt*geometry: 159x58
+!!  Rxvt*geometry: 159x58
       Rxvt*font: -misc-fixed-medium-r-*-*-15-*-*-*-*-*-iso10646-1
 Rxvt*background: black
 Rxvt*foreground: gray90
  Rxvt*scrollbar: false
 
-xpdf*geometry: 1152x740
+!! xpdf*geometry: 1152x740
index b0703e6b176b84d61b1ef9c1299abd281dc41b3e..9b08799216ec914529fb0676e688615de87a5d24 100644 (file)
@@ -27,6 +27,19 @@ if [ -x /usr/bin/synclient ]; then
        RBCornerButton=0 \
        LTCornerButton=0 \
        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;