2020-09-10 11:32:28 +00:00
|
|
|
static void managealtbar(Window win, XWindowAttributes *wa);
|
|
|
|
static void spawnbar();
|
|
|
|
static void unmanagealtbar(Window w);
|
2021-06-14 05:16:17 +00:00
|
|
|
static int wmclasscontains(Window win, const char *class, const char *name);
|
|
|
|
|