How to create startup scripts in Ubuntu?
How to create startup scripts in Ubuntu?
To set these configurations each time you boot, add the following commands to your startup script:
```bash
xmodmap -e 'add mod3 = Scroll_Lock'
xinput set-prop 11 279 -1
```
You can automate this by creating a small script (e.g., `startup.sh`) that runs these lines before shutdown. Let me know if you need help building it!
I don’t know what it is. It’s hard for me to grasp how the file system functions in Linux yet.
rc.local is a configuration file located in the /etc/ directory.
Refer to the instructions at https://askubuntu.com/questions/205676/h...ensitivity for details on adjusting mouse settings.