We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56abdf8 commit f945045Copy full SHA for f945045
XMonad/Hooks/EwmhDesktops.hs
@@ -33,7 +33,6 @@ import Data.List
33
import Data.Maybe
34
import Data.Monoid
35
import qualified Data.Map.Strict as M
36
-import System.IO.Unsafe
37
38
import XMonad
39
import Control.Monad
@@ -352,7 +351,6 @@ addSupported :: [String] -> X ()
352
351
addSupported props = withDisplay $ \dpy -> do
353
r <- asks theRoot
354
a <- getAtom "_NET_SUPPORTED"
355
- fs <- getAtom "_NET_WM_STATE_FULLSCREEN"
356
newSupportedList <- mapM (fmap fromIntegral . getAtom) props
357
io $ do
358
supportedList <- fmap (join . maybeToList) $ getWindowProperty32 dpy a r
0 commit comments