Disable titlebar for dock and panels
This commit is contained in:
parent
12584caa5d
commit
a6b203f8a6
3
client.c
3
client.c
|
@ -363,6 +363,9 @@ client_manage(Window w, XWindowAttributes *wa, int screen)
|
|||
/* default titlebar position */
|
||||
c->titlebar.position = globalconf.screens[screen].titlebar_default_position;
|
||||
|
||||
/* First check clients hints */
|
||||
ewmh_check_client_hints(c);
|
||||
|
||||
/* get the matching rule if any */
|
||||
rule = rule_matching_client(c);
|
||||
|
||||
|
|
Loading…
Reference in New Issue