From abfc5841efbfa6afcebdf9650497901b5e0f6aec Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Wed, 26 Mar 2025 22:51:17 +0100 Subject: [PATCH] fixed compose key. --- xorg_conf/90-keyboard.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xorg_conf/90-keyboard.conf b/xorg_conf/90-keyboard.conf index 55e6be3..ba88928 100644 --- a/xorg_conf/90-keyboard.conf +++ b/xorg_conf/90-keyboard.conf @@ -1,6 +1,5 @@ Section "InputClass" Identifier "system-keyboard" MatchIsKeyboard "on" - Option "XkbOptions" "ctrl:nocaps" - Option "XkbOptions" "compose:rctrl" + Option "XkbOptions" "ctrl:nocaps,compose:rctrl" EndSection