1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-07-28 02:31:51 -07:00

Complete 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

@@ -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)