Artificial intelligent assistant

Get script to execute at startup I have a script to set mouse 3 button to scroll: #!/bin/bash xinput set-prop "PixArt USB Optical Mouse" "libinput Scroll Method Enabled" 0, 0, 1 xinput set-prop "PixArt USB Optical Mouse" "libinput Button Scrolling Button" 2 Which is working when I execute it manually: ./mouse3.sh But it does not set mousebutton 3 to scroll on reboot using crontab. `crontab -e` @reboot /home/bera/script/mouse3.sh ` sudo grep CRON /var/log/syslog` Dec 18 14:42:45 corsair cron[547]: (CRON) INFO (Running @reboot jobs) Dec 18 14:42:45 corsair CRON[574]: (bera) CMD (/home/bera/script/mouse3.sh) Dec 18 14:42:45 corsair CRON[549]: (CRON) info (No MTA installed, discarding output) Dec 18 14:45:01 corsair CRON[2203]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1) What am I missing?

In "Session and Startup" (Debian 11, xfce) I added an entry with a command that is just the path to the script:

![enter image description here](

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy cfb0363514432d0c6628db566f27c20c