diff options
author | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-06-01 16:30:23 +0200 |
---|---|---|
committer | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-06-01 16:30:23 +0200 |
commit | 5b71a53390935508017a0e18a00a23696af0a914 (patch) | |
tree | d8112ef12143edfe03a320cdc493f1c03d540908 /etc | |
parent | 29155668e9864ad393e98b7853c24f42ae093e9e (diff) | |
download | lbsd-5b71a53390935508017a0e18a00a23696af0a914.tar.gz |
xorg.conf: Toggle layout with Alt-CapsLock
Diffstat (limited to 'etc')
-rw-r--r-- | etc/X11/xorg.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/X11/xorg.conf b/etc/X11/xorg.conf index 181eb0e..871a69d 100644 --- a/etc/X11/xorg.conf +++ b/etc/X11/xorg.conf @@ -4,5 +4,5 @@ Section "InputDevice" Option "XkbModel" "pc105" Option "XkbLayout" "se,se,ru" Option "XkbVariant" "nodeadkeys,," - Option "XkbOptions" "grp:caps_toggle" + Option "XkbOptions" "grp:alt_caps_toggle" EndSection |