From: Simon Ruderich Date: Wed, 18 May 2011 20:37:48 +0000 (+0200) Subject: XCompose: Add, additional compose sequences. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=e43aac66d71d0638c5220e01abbe42d0c957e882 XCompose: Add, additional compose sequences. --- 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