Weston 待机及锁屏配置
Weston 的超时待机时长可以在启动参数中配置,也可以在 weston.ini 的 core 段配置,如:
# /etc/init.d/S50launcher
start)
...
# 0 为禁止待机,单位为秒
weston --tty=2 -B=drm-backend.so --idle-time=0&或者:
# /etc/xdg/weston/weston.ini
[core]
# 设置 5 秒未操作后进入待机状态
idle-time=5
