From: Don Armstrong <don@donarmstrong.com>
Date: Mon, 2 Jul 2007 21:46:41 +0000 (+0000)
Subject:  * Update rxvt defaults
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b4cdaed45da4c3449eeac32dbcf45482cde41aae;p=x_base.git

 * Update rxvt defaults
 * Fix volo touchpad settings
---

diff --git a/.Xresources b/.Xresources
index a557103..ba291dd 100644
--- a/.Xresources
+++ b/.Xresources
@@ -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
diff --git a/.Xresources_volo b/.Xresources_volo
index e2e4234..90878f0 100644
--- a/.Xresources_volo
+++ b/.Xresources_volo
@@ -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
diff --git a/.xsession_volo b/.xsession_volo
index b0703e6..9b08799 100644
--- a/.xsession_volo
+++ b/.xsession_volo
@@ -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;