diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-09 15:03:27 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-09 15:03:27 +0200 |
commit | 53846603b682c5a0c7bcd822dbf3e57391ee15b9 (patch) | |
tree | f84aa7c3e1fcbd95ba26811c68adf8824e9bad79 | |
parent | 24e5d136610828ce0b3bc21908486dc60ac8f3fc (diff) | |
download | lbsd-53846603b682c5a0c7bcd822dbf3e57391ee15b9.tar.gz |
xorg.conf: Add Compose key
-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 871a69d..3324cf8 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:alt_caps_toggle" + Option "XkbOptions" "grp:alt_caps_toggle,compose:paus" EndSection |