From 0ee6fd844a928b4fab1ba775e51b78b58591c3e4 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 26 Jan 2016 11:18:32 +0100
Subject: [PATCH] Enforce QWERTZ keyboard layout on thinkpads in xinitrc.

---
 dotfiles/user/thinkpad/xinitrc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dotfiles/user/thinkpad/xinitrc b/dotfiles/user/thinkpad/xinitrc
index b26ce55..79065aa 100644
--- a/dotfiles/user/thinkpad/xinitrc
+++ b/dotfiles/user/thinkpad/xinitrc
@@ -10,5 +10,8 @@ xrdb -merge ~/.Xresources-local
 # Redshift to Berlin, Germany.
 redshift -rl 53:13 &
 
+# Enforce QWERTZ.
+setxkbmap de
+
 # Launch window manager.
 i3
-- 
2.30.2