47 lines
997 B
INI
47 lines
997 B
INI
[core]
|
|
backend=drm-backend.so
|
|
|
|
# Allow running without input devices
|
|
require-input=false
|
|
|
|
# Disable screen idle timeout by default
|
|
idle-time=0
|
|
|
|
# The repaint-window is used to calculate repaint delay(ms) after flipped.
|
|
# value <= 0: delay = abs(value)
|
|
# value > 0: delay = vblank_duration - value
|
|
repaint-window=-1
|
|
|
|
# Allow blending with lower drm planes
|
|
# gbm-format=argb8888
|
|
|
|
[shell]
|
|
# top(default)|bottom|left|right|none, none to disable panel
|
|
# panel-position=none
|
|
|
|
# Scale panel size
|
|
panel-scale=3
|
|
|
|
# Set cursor size
|
|
cursor-size=32
|
|
|
|
# none|minutes(default)|minutes-24h|seconds|seconds-24h
|
|
# clock-format=minutes-24h
|
|
clock-with-date=false
|
|
|
|
# Disable screen locking
|
|
locking=false
|
|
|
|
[libinput]
|
|
# Uncomment below to enable touch screen calibrator(weston-touch-calibrator)
|
|
# touchscreen_calibrator=true
|
|
# calibration_helper=/bin/weston-calibration-helper.sh
|
|
|
|
[keyboard]
|
|
# Comment this to enable vt switching
|
|
vt-switching=false
|
|
|
|
# Configs for auto key repeat
|
|
# repeat-rate=40
|
|
# repeat-delay=400
|