nfy

Minimal and daemonless notification program for X
git clone git://git.margiolis.net/nfy.git
Log | Files | Refs | README | LICENSE

commit dcf7ef8ff794f26d8b38ffbb90ddb9647b8aa059
parent 3b8281f16b3f17c569841fc25c1fd2d338ecccd4
Author: Christos Margiolis <christos@margiolis.net>
Date:   Fri,  1 Apr 2022 22:52:42 +0300

increase my to work right with dwm's bar

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

diff --git a/config.h b/config.h @@ -15,7 +15,7 @@ static const unsigned int borderw = 3; /* Border width (pixels) */ static const unsigned int duration = 3; /* Notification duration (seconds) */ static const unsigned int pos = TOP_RIGHT; /* Window position */ static const unsigned int mx = 10; /* Margin X (pixels) */ -static const unsigned int my = 10; /* Margin Y (pixels) */ +static const unsigned int my = 25; /* Margin Y (pixels) */ static const unsigned int linespace = 10; /* Line spacing (pixels) */ static const char *lockfile = "/tmp/nfy.lock";