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