From 2871c90a2507bbbbfc25e62da7c31dba6546f770 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Tue, 12 Apr 2022 15:23:19 +0000 Subject: feat(X11): use caps as 2nd esc instead of swapping --- X11/etc/X11/xorg.conf.d/00-keyboard.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'X11/etc') diff --git a/X11/etc/X11/xorg.conf.d/00-keyboard.conf b/X11/etc/X11/xorg.conf.d/00-keyboard.conf index c29afd2..755af51 100644 --- a/X11/etc/X11/xorg.conf.d/00-keyboard.conf +++ b/X11/etc/X11/xorg.conf.d/00-keyboard.conf @@ -2,6 +2,6 @@ Section "InputClass" Identifier "system-keyboard" MatchIsKeyboard "on" Option "XkbLayout" "us,ru" - Option "XkbOptions" "caps:swapescape,grp:win_space_toggle" -EndSection + Option "XkbOptions" "caps:escape,grp:win_space_toggle" +EndSection -- cgit v1.2.3