From 679401626886be97a546f18d54a8d1842011f564 Mon Sep 17 00:00:00 2001 From: kitty piapiac Date: Tue, 28 Jul 2020 04:17:21 -0700 Subject: =?UTF-8?q?(/=E3=83=BB=E3=83=BB)=E3=83=8E=20init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit skeleton --- src/kauw.nim | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/kauw.nim (limited to 'src/kauw.nim') diff --git a/src/kauw.nim b/src/kauw.nim new file mode 100644 index 0000000..c1b0d4c --- /dev/null +++ b/src/kauw.nim @@ -0,0 +1,16 @@ +import + /windowmanager, + logging, /logger + +proc main() = + let wm = createWindowManager() + + if wm == nil: + consoleLog.log(lvlError, "failed to initialize window manager") + quit QuitFailure + + wm.run() + + quit QuitSuccess + +main() \ No newline at end of file -- cgit v1.2.3