Implement disabling the workspace buttons („thx“ sECuRE)

This commit is contained in:
Axel Wagner
2011-04-21 20:24:02 +02:00
parent 26993574f5
commit ed5ac7f41d
4 changed files with 29 additions and 8 deletions

View File

@ -14,6 +14,7 @@ typedef struct config_t {
dockpos_t dockpos;
int verbose;
xcb_colors_t *colors;
int disable_ws;
} config_t;
config_t config;