Reputation: 38694
I need to add Options to ServerLayout (creating ServerLayout if not present).
xset
)There can be also xorg.conf.d, but it does not work on that system.
Upvotes: 1
Views: 469
Reputation: 2437
You can try out augeas. you can use this too parse configuration files using it and xorg.conf is one of them
For xorg.conf, you can use the following lens as the one in your default installation is a bit buggy. https://github.com/Mpounta/augeas/blob/master/lenses/xorg.aug
Upvotes: 2