M6: autohide/dodge, hot corners/edges, Wayfire-eventström, urgency
Some checks failed
check / check (push) Failing after 13s

Autohide med Revealer-animation + sensorremsa vid kanten; dodge räknar
fönsteröverlapp via Wayfire-IPC-geometri, helt händelsestyrt via
window-rules/events/watch (ingen polling). Hotspot-ytor för hörn/kanter
med dwell + exec/ipc-actions. Urgency-puls via view-hints-changed.
IPC-socketen hittas även när pluginen aktiverats efter sessionsstart.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-29 23:34:32 +02:00
parent bc2fa65558
commit 95d342ae9e
5 changed files with 596 additions and 34 deletions

View File

@@ -52,10 +52,17 @@ pub fn build_css(cfg: &Config) -> String {
format!(
r#"
window.waydock {{
window.waydock,
window.waydock-sensor,
window.waydock-hotspot {{
background: transparent;
}}
window.waydock-sensor box,
window.waydock-hotspot box {{
background-color: rgba(0, 0, 0, 0.004);
}}
.dock-panel {{
background-color: {bg};
border-radius: {radius}px;