Re: adding files to xorg.conf.d

2018-01-23 Thread Martin Castillo
hi On 22.01.2018 07:30, Chris Marusich wrote: > Martin Castillo writes: > >> hi, >> >> I want to add one file to xorg.conf.d, but can't find the right way to >> do so. my current solution just appends my xsettings to xorg.conf: >> >> (define cyborg-quirk >> "Section \"InputClass\" >> #yadayada >

Re: adding files to xorg.conf.d

2018-01-21 Thread Chris Marusich
Martin Castillo writes: > hi, > > I want to add one file to xorg.conf.d, but can't find the right way to > do so. my current solution just appends my xsettings to xorg.conf: > > (define cyborg-quirk > "Section \"InputClass\" > #yadayada > EndSection") > > (define %my-xorg-conf > (xorg-con

adding files to xorg.conf.d

2018-01-20 Thread Martin Castillo
hi, I want to add one file to xorg.conf.d, but can't find the right way to do so. my current solution just appends my xsettings to xorg.conf: (define cyborg-quirk "Section \"InputClass\" #yadayada EndSection") (define %my-xorg-conf (xorg-configuration-file #:extra-config (list cyborg-qui