From 5a6b4e07ba2222cb9b011a7c0b2dd123d2a54ffd Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 13 Sep 2012 00:23:18 +0000 Subject: [PATCH] add zair resources and session --- .Xresources | 2 ++ .Xresources_zair | 21 +++++++++++++++++++++ .xsession_archimedes | 9 +++------ .xsession_zair | 23 +++++++++++++++++++++++ 4 files changed, 49 insertions(+), 6 deletions(-) create mode 100644 .Xresources_zair create mode 100644 .xsession_zair diff --git a/.Xresources b/.Xresources index 4ccd235..fd61f29 100644 --- a/.Xresources +++ b/.Xresources @@ -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 index 0000000..f928dd6 --- /dev/null +++ b/.Xresources_zair @@ -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 diff --git a/.xsession_archimedes b/.xsession_archimedes index 132c6e5..c2bf965 100644 --- a/.xsession_archimedes +++ b/.xsession_archimedes @@ -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 index 0000000..1e316cb --- /dev/null +++ b/.xsession_zair @@ -0,0 +1,23 @@ +#!/bin/sh +xmodmap - <