summaryrefslogtreecommitdiffstats
path: root/src/Phi.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Phi.hs')
-rw-r--r--src/Phi.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Phi.hs b/src/Phi.hs
new file mode 100644
index 0000000..9aa6ad0
--- /dev/null
+++ b/src/Phi.hs
@@ -0,0 +1,6 @@
+import Phi.Panel
+import Phi.X11
+
+main :: IO ()
+main = do
+ initPhi phiDefaultXConfig { phiPanelPosition = PanelPositionBottom } \ No newline at end of file