Complete #708 by updating _NET_SUPPORTED.

This commit is contained in:
brandon s allbery kf8nh 2022-05-29 11:18:48 -04:00
parent a88d6328fe
commit f998cc2d2e

View File

@ -511,6 +511,7 @@ setSupported = withDisplay $ \dpy -> do
,"_NET_ACTIVE_WINDOW"
,"_NET_WM_DESKTOP"
,"_NET_WM_STRUT"
,"_NET_DESKTOP_VIEWPORT"
]
io $ changeProperty32 dpy r a aTOM propModeReplace (fmap fromIntegral supp)