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 2b079bf commit 78bad11Copy full SHA for 78bad11
XMonad/Hooks/OnPropertyChange.hs
@@ -47,7 +47,7 @@ import XMonad.Prelude
47
--
48
-- > main = xmonad $ def
49
-- > { ...
50
--- > , handleEventHook = onXPropertyChange "WM_NAME" (title =? "Spotify" --> doShift "5"))
+-- > , handleEventHook = onXPropertyChange "WM_NAME" (title =? "Spotify" --> doShift "5")
51
-- > , ...
52
-- > }
53
0 commit comments