So I am currently using Ubuntu in my Lenovo 330 15ikb(Model 81DC) I am using a script https://github.com/anitaggu/ikbdop/ to disable my keyboard but I don't want to type the commands every time I open my laptop by cold booting.
Commands:-
./ikbdop.sh attach #to attach the internal keybord
./ilbdop.sh detach #to detach the internal keyboard
Is there a way to run the detach command every time I turn on my laptop or your can say how to turn that script to an startup application with automatic detach command?
Note:- I am not a professional so please write in a simple language.
service
that runs on startup on Linux. – cocomac Oct 06 '21 at 03:57