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