aboutsummaryrefslogtreecommitdiff
path: root/X11
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-04-12 15:23:19 +0000
committereug-vs <eugene@eug-vs.xyz>2022-04-12 15:23:19 +0000
commit2871c90a2507bbbbfc25e62da7c31dba6546f770 (patch)
tree22dbee688bb596e4c8103d4e69ca82a00017fd25 /X11
parentb88f9c23976d8ebf421e84856442f48c6d4d5c43 (diff)
downloaddotfiles-2871c90a2507bbbbfc25e62da7c31dba6546f770.tar.gz
feat(X11): use caps as 2nd esc instead of swapping
Diffstat (limited to 'X11')
-rw-r--r--X11/etc/X11/xorg.conf.d/00-keyboard.conf4
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