# SPDX-FileCopyrightText: 2023 Daniel Kalak # SPDX-License-Identifier: CC0-1.0 # # how to install: # move this file to /etc/X11/xorg.conf.d/00-keyboard.conf as root # # more info: # https://wiki.archlinux.org/title/Xorg/Keyboard_configuration # Section "InputClass" Identifier "system-keyboard" MatchIsKeyboard "on" Option "XkbLayout" "de,de,gr" # Option "XkbModel" "pc104" Option "XkbVariant" ",ru,polytonic" Option "XkbOptions" "compose:caps,grp:shifts_toggle" Option "AutoRepeat" "450 30" EndSection