diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-11-27 01:52:39 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-11-27 01:52:39 +0100 |
commit | 83b21d108e83dfb2826f975c751fe79ce5eba990 (patch) | |
tree | d385d083292bc24b484c41319d0930f8d668438d /X11 | |
parent | 2422b1e2f261fcdc3f7577dbaca5cf1d081f14ca (diff) | |
download | dotfiles-83b21d108e83dfb2826f975c751fe79ce5eba990.tar.xz |
X11/keyboard: Use biblical hebrew layout
The other layout is much less accessible.
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'X11')
-rw-r--r-- | X11/xorg.conf.d/90-keyboard.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |