herbe

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

commit ae7bb6697cae508455a145c79b61fcf86417d775
parent 6dab67cac0107a8c4bd60975abdd573b304a52a2
Author: hhvn <dev@hhvn.uk>
Date:   Sat, 25 Dec 2021 14:20:28 +0000

config.h: change pos_y to lineup in dwm

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

diff --git a/config.h b/config.h @@ -8,7 +8,7 @@ static const unsigned int padding = 15; static const unsigned int width = 650; static const unsigned int border_size = 2; static const unsigned int pos_x = 10; -static const unsigned int pos_y = 35; +static const unsigned int pos_y = 25; enum corners { TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT }; enum corners corner = TOP_LEFT;