Improved detection of windows that want floating
Windows that match the following criteria are floated by default: - dialog, utility, toolbar, or splash windows, - modal windows, or - windows that have specified equal minimum and maximum size. closes #1182
This commit is contained in:
committed by
Michael Stapelberg
parent
b28ddca96d
commit
8ed95ae58c
@ -3,6 +3,7 @@ xmacro(_NET_SUPPORTING_WM_CHECK)
|
||||
xmacro(_NET_WM_NAME)
|
||||
xmacro(_NET_WM_STATE_FULLSCREEN)
|
||||
xmacro(_NET_WM_STATE_DEMANDS_ATTENTION)
|
||||
xmacro(_NET_WM_STATE_MODAL)
|
||||
xmacro(_NET_WM_STATE)
|
||||
xmacro(_NET_WM_WINDOW_TYPE)
|
||||
xmacro(_NET_WM_WINDOW_TYPE_DOCK)
|
||||
|
Reference in New Issue
Block a user