Change window type to DOCK (fixes placement on kde and bspwm, issue 537; breaks issue 455)
This commit is contained in:
parent
21bb019434
commit
dd371c468c
1 changed files with 1 additions and 2 deletions
|
@ -576,8 +576,7 @@ void set_panel_properties(Panel *p)
|
|||
}
|
||||
|
||||
// Dock
|
||||
long val = (!panel_dock && panel_layer == NORMAL_LAYER) ? server.atom._NET_WM_WINDOW_TYPE_SPLASH
|
||||
: server.atom._NET_WM_WINDOW_TYPE_DOCK;
|
||||
long val = server.atom._NET_WM_WINDOW_TYPE_DOCK;
|
||||
XChangeProperty(server.dsp,
|
||||
p->main_win,
|
||||
server.atom._NET_WM_WINDOW_TYPE,
|
||||
|
|
Loading…
Reference in a new issue