hc
2024-03-26 e0728245c89800c2038c23308f2d88969d5b41c8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[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
 
# 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