Files
SDG-OS/sdgos/wayshell/wayshell.conf
T
2026-06-27 10:50:50 +02:00

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