From e43aac66d71d0638c5220e01abbe42d0c957e882 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 18 May 2011 22:37:48 +0200 Subject: [PATCH] XCompose: Add, additional compose sequences. --- XCompose | 15 +++++++++++++++ setup.sh | 1 + 2 files changed, 16 insertions(+) create mode 100644 XCompose diff --git a/XCompose b/XCompose new file mode 100644 index 0000000..183622b --- /dev/null +++ b/XCompose @@ -0,0 +1,15 @@ +# X configuration file for multi-key input sequences (compose key). +# +# `man XCompose` for more information. + + +# Load default compose file. +include "%L" + +# Umlauts like in Vim/GNU screen. + : "ä" adiaeresis + : "ö" odiaeresis + : "ü" udiaeresis + : "Ä" Adiaeresis + : "Ö" Odiaeresis + : "Ü" Udiaeresis diff --git a/setup.sh b/setup.sh index 5aaceac..cce1d19 100755 --- a/setup.sh +++ b/setup.sh @@ -39,6 +39,7 @@ if installed X; then fi link xmodmaprc ~/.xmodmaprc link Xdefaults ~/.Xdefaults + link XCompose ~/.XCompose fi if installed xpdf; then -- 2.44.1