Article 6NRJY Why do .xinitrc settings sometime not register?

Why do .xinitrc settings sometime not register?

by
linuxuser371038
from LinuxQuestions.org on (#6NRJY)
Code:[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
xinput disable "SIGMACHIP USB Keyboard Mouse"
xinput disable "SIGMACHIP USB Keyboard"
ratpoisonThat is my whole .xinitrc. I was told by someone else it is incomplete but that is not what is causing the issue.

I haven't bothered to make it 'complete' because when I added recommended lines from the example in the archwiki it then made some other issues arise at the time I can't recall but just thought if it ain't broke don't fix it so went back to this.

Sometimes it registers the xinput lines and sometimes it doesn't and finding I am having issues with the keyboard or mouse again I have to do those lines again manually to make them activate.

So how to make sure the xinput lines are always activated?
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments