cannot map caps lock to ctrl in kde wayland

nesteiner

New Member
Joined
Dec 13, 2020
Messages
11
Reaction score
1
Credits
95
hey, I am using arch linux with linux-lts, and this is my /etc/X11/xorg.conf.d/00-keyboard.conf
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
 


Configurations and utilities for X are not likely to be useful effective on wayland. Perhaps investigate whether the compositor in use on the wayland installation has remapping facilities. Alternatively, run X and use xmodmap.
 


Top