Further worked out module structure
This commit is contained in:
parent
6de4eb5792
commit
19378fdcf1
3 changed files with 70 additions and 40 deletions
|
@ -3,4 +3,4 @@ import Phi.X11
|
|||
|
||||
main :: IO ()
|
||||
main = do
|
||||
initPhi phiDefaultXConfig { phiPanelPosition = Bottom }
|
||||
initPhi defaultXConfig defaultPanelConfig { panelPosition = Bottom }
|
||||
|
|
Reference in a new issue