herbe

[fork] notifications
Log | Files | Refs | README | LICENSE

commit f48ce1b25360ac815d41e4b5d8e86c149f74ceae
parent aff0e99f7ffe40a106e2a2ede9ae0d1c5c11681a
Author: Hayden Hamilton <hayden@haydenvh.com>
Date:   Mon, 14 Sep 2020 19:18:07 +0100

Left corner is more likely to be noticed by me, I've found

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -11,7 +11,7 @@ static const unsigned int pos_x = 10; static const unsigned int pos_y = 35; enum corners { TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT }; -enum corners corner = TOP_RIGHT; +enum corners corner = TOP_LEFT; static const unsigned int duration = 500; /* in seconds */