]> git.donarmstrong.com Git - x_base.git/commitdiff
add teltox .Xresources
authorDon Armstrong <don@donarmstrong.com>
Mon, 22 Mar 2010 06:51:14 +0000 (06:51 +0000)
committerDon Armstrong <don@donarmstrong.com>
Mon, 22 Mar 2010 06:51:14 +0000 (06:51 +0000)
.Xresources_teltox [new file with mode: 0644]
.xsession_teltox [new file with mode: 0644]

diff --git a/.Xresources_teltox b/.Xresources_teltox
new file mode 100644 (file)
index 0000000..f29f9c7
--- /dev/null
@@ -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_teltox b/.xsession_teltox
new file mode 100644 (file)
index 0000000..3e982fe
--- /dev/null
@@ -0,0 +1,20 @@
+#!/bin/sh
+xmodmap - <<EOF
+clear lock
+clear control
+add control = Control_L
+add control = Caps_Lock
+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