From 3bee859daf50035dbf6473008fd67553b19f7a5d Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 24 Aug 2015 12:18:14 +0200 Subject: [PATCH] xinitrc: setxkbmap: use menu key as compose --- xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xinitrc b/xinitrc index ae38da6..6556c9f 100755 --- a/xinitrc +++ b/xinitrc @@ -80,7 +80,7 @@ xsetroot -solid black # Force English keyboard layout. if installed setxkbmap; then - setxkbmap us + setxkbmap -option compose:menu us fi # Use the Caps lock as Ctrl because it's easier to reach and very useful for -- 2.44.1