diff options
-rw-r--r-- | X11/etc/X11/xorg.conf.d/00-keyboard.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 |