mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-22 15:33:47 -07:00
Replace <+> with <>
This commit is contained in:
@@ -41,8 +41,8 @@ sjanssenConfig =
|
||||
| (x, w) <- [ ("Firefox", "web")
|
||||
, ("Ktorrent", "7")
|
||||
, ("Amarokapp", "7")]]
|
||||
<+> manageHook def <+> manageSpawn
|
||||
<+> (isFullscreen --> doFullFloat)
|
||||
<> manageHook def <> manageSpawn
|
||||
<> (isFullscreen --> doFullFloat)
|
||||
, startupHook = mapM_ spawnOnce spawns
|
||||
}
|
||||
where
|
||||
|
Reference in New Issue
Block a user