M6: autohide/dodge, hot corners/edges, Wayfire-eventström, urgency
Some checks failed
check / check (push) Failing after 13s
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user