hey, I am using arch linux with linux-lts, and this is my /etc/X11/xorg.conf.d/00-keyboard.conf
and i found that it does not work in kde wayland, so I run this code in fish
what is my fault ? I don't know how to fix it
Code:
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us"
Option "XkbModel" "pc105+inet"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
Option "XkbOptions" "ctrl:nocaps"
EndSection
and i found that it does not work in kde wayland, so I run this code in fish
Code:
steiner@archlinux ~> setxkbmap -option ctrl:nocaps
WARNING: Running setxkbmap against an Xwayland server
what is my fault ? I don't know how to fix it