From: Don Armstrong Date: Fri, 25 Jan 2008 03:07:35 +0000 (+0000) Subject: add jax configuration X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=226d9f84862a3b7d87aecf59c0ffd78f40348034;p=x_base.git add jax configuration --- diff --git a/.Xresources_jax b/.Xresources_jax new file mode 100644 index 0000000..90878f0 --- /dev/null +++ b/.Xresources_jax @@ -0,0 +1,21 @@ +!!-*- mode: xrdb; -*- + emacs*font: -misc-fixed-medium-r-*-*-15-*-*-*-*-*-*-* +emacs*geometry: 155x56 + +!! 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*background: black +URxvt*foreground: gray90 + +!! Rxvt*geometry: 159x58 + Rxvt*font: -misc-fixed-medium-r-*-*-15-*-*-*-*-*-iso10646-1 +Rxvt*background: black +Rxvt*foreground: gray90 + Rxvt*scrollbar: false + +!! xpdf*geometry: 1152x740 diff --git a/.xsession_jax b/.xsession_jax new file mode 100644 index 0000000..9b08799 --- /dev/null +++ b/.xsession_jax @@ -0,0 +1,56 @@ +#-*- mode: sh; -*- +HOSTNAME=$(hostname) + +# Return to sane autokey rates (not glacially slow ones) +xset r rate 250 35 +# xmodmap -e 'clear control' +# xmodmap -e 'add control = Control_L' +# xmodmap -e 'add mod3 = Control_R' +xmodmap - <