]> git.donarmstrong.com Git - x_base.git/commitdiff
add zair resources and session
authorDon Armstrong <don@donarmstrong.com>
Thu, 13 Sep 2012 00:23:18 +0000 (00:23 +0000)
committerDon Armstrong <don@donarmstrong.com>
Thu, 13 Sep 2012 00:23:18 +0000 (00:23 +0000)
.Xresources
.Xresources_zair [new file with mode: 0644]
.xsession_archimedes
.xsession_zair [new file with mode: 0644]

index 4ccd23510784f2c27a27698114a05bfeaef86c51..fd61f295a584fcfb414345043ad7a629731232fa 100644 (file)
@@ -7,6 +7,8 @@
 
 emacs*Background: black
 emacs*Foreground: grey90
+emacs.pane.menubar.background: black
+emacs.pane.menubar.foreground: grey90
 ! emacs*pointerColor: Orchid
 ! emacs*cursorColor: Orchid
 ! emacs*bitmapIcon: on
diff --git a/.Xresources_zair b/.Xresources_zair
new file mode 100644 (file)
index 0000000..f928dd6
--- /dev/null
@@ -0,0 +1,21 @@
+!!-*- mode: xrdb; -*-
+    emacs*font: -misc-fixed-medium-r-*-*-20-*-*-*-*-*-*-*
+!! emacs*geometry: 155x56
+
+!!       UXTerm*geometry: 159x58
+     UXTerm*utf-8*font: -misc-fixed-medium-r-*-*-20-*-*-*-*-*-iso10646-1
+     UXTerm*VT100*font: -misc-fixed-medium-r-*-*-20-*-*-*-*-*-*-*
+UXTerm*metaSendsEscape: true
+
+!  URxvt*geometry: 159x58
+      URxvt.font: -misc-fixed-medium-r-*-*-20-*-*-*-*-*-iso10646-1
+URxvt*background: black
+URxvt*foreground: gray90
+
+!!  Rxvt*geometry: 159x58
+      Rxvt*font: -misc-fixed-medium-r-*-*-20-*-*-*-*-*-iso10646-1
+Rxvt*background: black
+Rxvt*foreground: gray90
+ Rxvt*scrollbar: false
+
+!! xpdf*geometry: 1152x740
index 132c6e5478b0df927ceedfa7d97695ce36b35a71..c2bf965cf2de8687fa3be25ab86faacb01c575c5 100644 (file)
@@ -1,15 +1,12 @@
 #-*- mode: sh; -*-
-xrandr --output DVI0 --right-of VGA2
+#xrandr --output DVI0 --right-of VGA2
+xrandr --output DVI-I-2 --left-of DVI-I-1
 
 xmodmap -e 'keycode 158 = XF86AudioRaiseVolume'
 xmodmap -e 'keycode 146 = XF86AudioLowerVolume'
 xset r rate 170 40
 
-# No clue why this has changed from Alt_R to Down, but we really want Down.
-if ! xmodmap -pk|grep -qe '116.*Down'; then
-    xmodmap -e 'keycode 116 = Super_L'
-    xmodmap -e 'keycode 115 = Multi_key'
-fi;
+xmodmap -e 'keycode 133 = Multi_key'
 xmodmap -e 'clear mod4'
 xmodmap -e 'add mod4 = Super_L Super_R'
 
diff --git a/.xsession_zair b/.xsession_zair
new file mode 100644 (file)
index 0000000..1e316cb
--- /dev/null
@@ -0,0 +1,23 @@
+#!/bin/sh
+xmodmap - <<EOF
+clear lock
+clear control
+add control = Control_L
+add control = Caps_Lock
+EOF
+xmodmap - <<EOF
+keycode 66 = Control_L Control_L Control_L Control_L
+EOF
+xmodmap - <<EOF
+clear shift
+add shift = Shift_L
+keycode 62 = Alt_R Meta_R Alt_R Meta_R
+keycode 108 = Super_R
+clear mod1
+add mod1 = Alt_L
+add mod1 = Meta_L
+add mod1 = Alt_R
+clear mod4
+add mod4 = Super_R
+keycode 133 = Multi_key
+EOF