From ba9f87f88280454b8ed3801a2cf11f8a7a8b8632 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sat, 25 Jun 2022 17:32:54 +0100 Subject: Add manpages. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 3844bbd..5747fcf 100644 --- a/src/main.c +++ b/src/main.c @@ -577,6 +577,7 @@ static void usage() " --min-input-width Minimum width of input in horizontal mode.\n" " --width Width of the window.\n" " --height Height of the window.\n" +" --corner-radius Radius of window corners.\n" " --anchor Location on screen to anchor window.\n" " --margin-top Offset from top of screen.\n" " --margin-bottom Offset from bottom of screen.\n" @@ -695,7 +696,6 @@ int main(int argc, char *argv[]) /* Default options. */ struct tofi tofi = { .window = { - .background_color = {0.89f, 0.8f, 0.824f, 1.0f}, .scale = 1, .width = 1280, .height = 720, -- cgit v1.2.3