Allow more specific input
blocks to inherit from generic ones
#8514
Labels
enhancement
New feature or incremental improvement
input
blocks to inherit from generic ones
#8514
In the input section of my Sway config, I want to do two things: customize my keyboard settings (layout,
xkb_options
), and disable acceleration for Trackpoints. This seems simple enough when I just consider the Trackpoint built in to my laptop:...however, on my desk I have a keyboard that includes a Trackpoint, both reported with the same device name and identifier. If I add the same
input
block withaccel_profile
flat for that keyboard, it resets the changes I made in theinput "type:keyboard"
block. So at the moment I have re-state everything for that keyboard:It would be nice if there was some way to make the last
input
block inherit the options from the more genericinput "type:keyboard"
block, maybe by addingextend
oralso
before the{
.The text was updated successfully, but these errors were encountered: