From a199a3a7e31dc6d070b82b5c31d7cc96a0a831cd Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 20 Nov 2017 12:01:59 +0100 Subject: xorg.conf.d/keyboard: Make rctrl the layout toggle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 7d2aab0..4db3ef6 100644 --- a/X11/xorg.conf.d/90-keyboard.conf +++ b/X11/xorg.conf.d/90-keyboard.conf @@ -2,5 +2,5 @@ Section "InputClass" Identifier "Keyboard Defaults" MatchIsKeyboard "on" Option "XkbLayout" "dvorak" - Option "XkbOptions" "caps:ctrl_modifier,compose:ralt" + Option "XkbOptions" "caps:ctrl_modifier,compose:ralt,grp:rctrl_toggle" EndSection -- cgit v1.2.3-54-g00ecf