From af81637f64ba5112e9da0db79f9eadd1934308eb Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Fri, 25 Sep 2020 17:06:17 +0200 Subject: Make hour hand slowly progress instead of snapping The snapping behaviour can be re-enabled via a command flag --- src/wlclock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wlclock.h') diff --git a/src/wlclock.h b/src/wlclock.h index d76bd86..98fa711 100644 --- a/src/wlclock.h +++ b/src/wlclock.h @@ -49,7 +49,7 @@ struct Wlclock int32_t margin_top, margin_right, margin_bottom, margin_left; int32_t radius_top_left, radius_top_right, radius_bottom_left, radius_bottom_right; int32_t anchor; - bool input; + bool input, snap; struct Wlclock_colour background_colour; struct Wlclock_colour border_colour; -- cgit v1.2.3