Adding rounded corners patch
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user