I am running xubuntu 16.04.
I am running two commands at startup to configure my mouse.
Both work fine in the terminal.
When I set them to run at startup using the "Sessions and Startup" app, one takes effect and one doesn't.
The one that does take effect is an xinput command to change sensitivity.
The one that doesn't take effect is as follows....
xset m 2 12
Why won't this xset command work when I set it through "Sessions and Startup". The startup command is enabled and certainly configured properly.
As it has been solved in the comments, the solution is to set the command to the command within a shell and delayed, like so:
The delays allows for GUI to properly start up, and then runs the specified command.
Write this to a text file
#!/bin/bash (newline of code) code
Make the file executable and start that on login.