From 631402fc3358504dbfc27007ac89899f1185add0 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Mon, 31 Aug 2020 18:42:39 -0600 Subject: [PATCH] xorg: remove caps:ctrl_modifier (my physical layout now does this) --- system/xorg/00-keyboard.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/xorg/00-keyboard.conf b/system/xorg/00-keyboard.conf index c2d09c5..e1fcb08 100644 --- a/system/xorg/00-keyboard.conf +++ b/system/xorg/00-keyboard.conf @@ -1,4 +1,4 @@ Section "InputClass" Identifier "Keyboard0" - Option "XkbOptions" "caps:ctrl_modifier,compose:ralt" + Option "XkbOptions" "compose:ralt" EndSection