From 83b21d108e83dfb2826f975c751fe79ce5eba990 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 27 Nov 2017 01:52:39 +0100 Subject: X11/keyboard: Use biblical hebrew layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The other layout is much less accessible. Signed-off-by: Johannes Löthberg --- X11/xorg.conf.d/90-keyboard.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'X11') diff --git a/X11/xorg.conf.d/90-keyboard.conf b/X11/xorg.conf.d/90-keyboard.conf index 41fe37d..ff4146e 100644 --- a/X11/xorg.conf.d/90-keyboard.conf +++ b/X11/xorg.conf.d/90-keyboard.conf @@ -1,6 +1,6 @@ Section "InputClass" Identifier "Keyboard Defaults" MatchIsKeyboard "on" - Option "XkbLayout" "dvorak,us,il" + Option "XkbLayout" "dvorak,us,il(biblical)" Option "XkbOptions" "compose:prsc,grp:rctrl_toggle" EndSection -- cgit v1.2.3-54-g00ecf