From 58725257e5d4d313c84f5e88c7738a57f4c29232 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 12 Aug 2018 10:13:31 +0200
Subject: [PATCH] Some keymap and xterm improvement.

---
 dotfiles/user/thinkpad/minimal/Xresources | 3 +++
 dotfiles/user/thinkpad/minimal/xinitrc    | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dotfiles/user/thinkpad/minimal/Xresources b/dotfiles/user/thinkpad/minimal/Xresources
index ebe9330..a7d31f3 100644
--- a/dotfiles/user/thinkpad/minimal/Xresources
+++ b/dotfiles/user/thinkpad/minimal/Xresources
@@ -2,3 +2,6 @@
 XTerm*faceName: -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
 XTerm*reverseVideo: on
 XTerm*visualBell: on
+
+! proper ALT as META key treatment
+XTerm*eightBitInput:   false
diff --git a/dotfiles/user/thinkpad/minimal/xinitrc b/dotfiles/user/thinkpad/minimal/xinitrc
index 29de637..6a2ad7a 100644
--- a/dotfiles/user/thinkpad/minimal/xinitrc
+++ b/dotfiles/user/thinkpad/minimal/xinitrc
@@ -10,7 +10,7 @@ xrdb -merge ~/.Xresources-local
 # Redshift to Berlin, Germany.
 redshift -rl 53:13 &
 
-# Enforce QWERTZ.
+# Enforce QWERTZ. (Why twice?)
 setxkbmap de
 
 # Set up compose key.
-- 
2.30.2