|
|
|
@ -2,8 +2,6 @@ |
|
|
|
|
#include <X11/XF86keysym.h> |
|
|
|
|
|
|
|
|
|
#define STATUSBAR "dwmblocks" |
|
|
|
|
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } |
|
|
|
|
|
|
|
|
|
/* appearance */ |
|
|
|
|
static const unsigned int borderpx = 0; /* border pixel of windows */ |
|
|
|
|
static const unsigned int snap = 16; /* snap pixel (32)*/ |
|
|
|
|