Start up commads in Lubuntu 2
After uploading my inquiry below,
I obtained no solution so below it is. I have these 2 commands:
xinput --set-prop "Razer Razer DeathAdder" "Device Accel Constant Deceleration" 4
xinput --set-prop "Razer Razer DeathAdder" "Device Accel Velocity Scaling" 1
Which I intend to work on start up. I am making use of zsh covering.
I attempted placing these 2 commands /etc/rc.local
, .zshrc
, .zlogin
, additionally in /etc/xdg/lxsession/Lubuntu/autostart
, additionally in /.xinitrc
and also /etc/X11/xinit/xinitrc
yet absolutely nothing appears to take place. Could someone allow me recognize what is taking place please, and also why none of these is functioning?
Below is my existing /etc/X11/xinit/xinitrc
documents (overlook the numbers (vim)) :
1 #!/bin/sh
2
3 # /etc/X11/xinit/xinitrc
4 #
5 # global xinitrc file, used by all X sessions started by xinit (startx)
6
7 # invoke global X session script
8 . /etc/X11/Xsession
9
10 /usr/bin/xinput --set-prop "Razer Razer DeathAdder" "Device Accel Constant Deceleration" 4
11 /usr/bin/xinput --set-prop "Razer Razer DeathAdder" "Device Accel Velocity Scaling" 1
Could someone clarify to me what is goign on? Why absolutely nothing is taking place? I attempted every little thing, restarted, and also the $% ^& * commands will certainly simply not run.
Any kind of aid please?
Related questions