我希望我的机器启动时自动执行此命令
xinput set-prop "AlpsPS/2 ALPS DualPoint Stick" "Device Enabled" 0
我怎样才能做到这一点?
答案1
使用计划任务/etc/crontab
使用命令 编辑:sudo gedit /etc/crontab
并将以下行添加到文件底部:
@reboot root <your command>
我希望我的机器启动时自动执行此命令
xinput set-prop "AlpsPS/2 ALPS DualPoint Stick" "Device Enabled" 0
我怎样才能做到这一点?
使用计划任务/etc/crontab
使用命令 编辑:sudo gedit /etc/crontab
并将以下行添加到文件底部:
@reboot root <your command>