diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-12-19 12:20:43 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-12-19 12:21:24 +0100 |
commit | 0430bfc3144b2219bf53306816c5331e7c96c9db (patch) | |
tree | e5a33410303f3eb2279925d31b4554a8de0c0bb3 /X11 | |
parent | b14656523088e77c103895baadc7f1573ff1f89b (diff) | |
download | dotfiles-0430bfc3144b2219bf53306816c5331e7c96c9db.tar.xz |
X11: Use non-biblical il layout
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 ff4146e..41fe37d 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(biblical)" + Option "XkbLayout" "dvorak,us,il" Option "XkbOptions" "compose:prsc,grp:rctrl_toggle" EndSection |