diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config.h b/config.h index a9866e4..789eaae 100644 --- a/config.h +++ b/config.h @@ -3,8 +3,6 @@ /* appearance */ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int gappx = 10; /* gap pixel between windows */ -static const unsigned int corner_radius = 0; /* rounded corners radius */ -static const unsigned int round_non_floating = 1;/* if 0 only floating windows rounded */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ |