mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-15 12:13:57 -07:00
add _NET_WM_STRUT_PARTIAL
to _NET_SUPPORTED
For docks that don't support `_NET_WM_STRUT` any more, notably `xfce4-panel`.
This commit is contained in:
@@ -593,6 +593,7 @@ setSupported = withDisplay $ \dpy -> do
|
|||||||
,"_NET_ACTIVE_WINDOW"
|
,"_NET_ACTIVE_WINDOW"
|
||||||
,"_NET_WM_DESKTOP"
|
,"_NET_WM_DESKTOP"
|
||||||
,"_NET_WM_STRUT"
|
,"_NET_WM_STRUT"
|
||||||
|
,"_NET_WM_STRUT_PARTIAL"
|
||||||
,"_NET_DESKTOP_VIEWPORT"
|
,"_NET_DESKTOP_VIEWPORT"
|
||||||
]
|
]
|
||||||
io $ changeProperty32 dpy r a aTOM propModeReplace (fmap fromIntegral supp)
|
io $ changeProperty32 dpy r a aTOM propModeReplace (fmap fromIntegral supp)
|
||||||
|
Reference in New Issue
Block a user