added wayshell framework

This commit is contained in:
2026-06-27 10:50:50 +02:00
parent d4826bd336
commit 79b45ab123
18 changed files with 1125 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# 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