Adding rounded corners patch

This commit is contained in:
bakkeby
2020-03-31 08:21:00 +02:00
parent f2673fec53
commit a560b9cb53
9 changed files with 90 additions and 1 deletions

View File

@@ -36,6 +36,9 @@ static const int showsystray = 1; /* 0 means no systray */
#if ONLYQUITONEMPTY_PATCH
static const int quit_empty_window_count = 2; /* only allow dwm to quit if no windows are open, value here represents number of deamons */
#endif // ONLYQUITONEMPTY_PATCH
#if ROUNDED_CORNERS_PATCH
static const int corner_radius = 10;
#endif // ROUNDED_CORNERS_PATCH
#if EXTRABAR_PATCH
static const char statussep = ';'; /* separator between status bars */
#endif // EXTRABAR_PATCH