8 lines
329 B
Plaintext
8 lines
329 B
Plaintext
# Wayshell daemon configuration
|
|
# zone_buffer — distance in pixels from screen edge that defines a "zone" (default: 10)
|
|
# on_delay — debounce delay in ms before triggering ON action (default: 100)
|
|
# off_delay — debounce delay in ms before triggering OFF action (default: 100)
|
|
|
|
zone_buffer=30
|
|
on_delay=500
|
|
off_delay=500 |