How do I set xkb options? #195
Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using xwayland-satellite with niri.
Running
setxkbmap -option fkeys:basic_13-24
manually after niri launched will successfully set xkb options for the current xwayland server, but I don't know how to set xkb options automatically.I tried writing the configuration into
/etc/X11/xorg.conf.d/00-keyboard.conf
, but it seems that xwayland-satellite doesn't respect these settings.I've also tried to run the above commands automatically using
spawn-at-startup
in niri config file, which doesn't work either.Can anyone give me some advice on this?
Beta Was this translation helpful? Give feedback.
All reactions