updated monocle bar and added wayshell framework with some modules.

This commit is contained in:
2026-06-27 17:35:39 +02:00
parent 79b45ab123
commit 66065960cf
43 changed files with 2163 additions and 97 deletions
+15 -5
View File
@@ -1,8 +1,18 @@
# 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)
# on_delay — default debounce delay in ms before triggering ON action (default: 100)
# off_delay — default debounce delay in ms before triggering OFF action (default: 100)
# Per-type overrides (fall back to on_delay/off_delay if unset):
# zone_on_delay / zone_off_delay
# layout_on_delay / layout_off_delay
# focused_on_delay / focused_off_delay
zone_buffer=30
on_delay=500
off_delay=500
zone_buffer=40
on_delay=300
off_delay=500
zone_on_delay=300
zone_off_delay=1500
layout_on_delay=200
layout_off_delay=0
focused_on_delay=50
focused_off_delay=500d