mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
Accord with new pattern-match
This commit is contained in:
parent
ff738988d3
commit
2a1a18023a
@ -61,7 +61,7 @@ xmonad conf = do
|
||||
|
||||
let launch' args = do
|
||||
catchIO buildLaunch
|
||||
conf' @ XConfig { layoutHook = Layout l }
|
||||
conf'@XConfig { layoutHook = Layout l }
|
||||
<- handleExtraArgs conf args conf{ layoutHook = Layout (layoutHook conf) }
|
||||
withArgs [] $ launch (conf' { layoutHook = l })
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user