Skip to content

Commit

Permalink
Report support for _NET_WM_STRUT*
Browse files Browse the repository at this point in the history
We have logic for respecting these, although we don't report support for it.

Closes #385
  • Loading branch information
tych0 committed Mar 12, 2014
1 parent db629a9 commit 02fd471
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libqtile/xcbq.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ def ConfigureWindow(self, window, value_mask, value_list):
'_NET_WM_STATE',
'_NET_WM_STATE_FULLSCREEN',
'_NET_SUPPORTING_WM_CHECK',
'_NET_WM_NAME'
'_NET_WM_NAME',
'_NET_WM_STRUT',
'_NET_WM_STRUT_PARTIAL',
]


Expand Down

0 comments on commit 02fd471

Please sign in to comment.