|
|
|
@ -5,9 +5,9 @@ |
|
|
|
|
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } |
|
|
|
|
|
|
|
|
|
/* appearance */ |
|
|
|
|
static const unsigned int borderpx = 2; /* border pixel of windows */ |
|
|
|
|
static const unsigned int borderpx = 1; /* border pixel of windows */ |
|
|
|
|
static const unsigned int snap = 16; /* snap pixel (32)*/ |
|
|
|
|
static const unsigned int gappx = 0; |
|
|
|
|
static const unsigned int gappx = 1; |
|
|
|
|
static const unsigned int gapmodes[] = { 0, 64 }; |
|
|
|
|
static const int showbar = 1; /* 0 means no bar */ |
|
|
|
|
static const int topbar = 1; /* 0 means bottom bar */ |
|
|
|
|