mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-27 10:11:53 -07:00
Accord with new pattern-match
This commit is contained in:
@@ -61,7 +61,7 @@ xmonad conf = do
|
|||||||
|
|
||||||
let launch' args = do
|
let launch' args = do
|
||||||
catchIO buildLaunch
|
catchIO buildLaunch
|
||||||
conf' @ XConfig { layoutHook = Layout l }
|
conf'@XConfig { layoutHook = Layout l }
|
||||||
<- handleExtraArgs conf args conf{ layoutHook = Layout (layoutHook conf) }
|
<- handleExtraArgs conf args conf{ layoutHook = Layout (layoutHook conf) }
|
||||||
withArgs [] $ launch (conf' { layoutHook = l })
|
withArgs [] $ launch (conf' { layoutHook = l })
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user