birde

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit eafbfe2e4f346080c3a21ea61d1654888be8d5ac
parent ab872ccce6c5a9a0f94d7e4125f8b2e092912afa
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Sat, 27 Apr 2024 21:06:06 -0400

config.def.h: switch 'use_primary_monitor' value to 1

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

diff --git a/config.def.h b/config.def.h @@ -4,7 +4,7 @@ static const char *font_color = "#ececec"; static const char *font_pattern = "monospace:size=10"; static unsigned line_spacing = 5; static unsigned int padding = 15; -static const int use_primary_monitor = 0; +static const int use_primary_monitor = 1; static unsigned int width = 450; static unsigned int border_size = 2;