https://git.tonybtw.com/oxwm.git
git://git.tonybtw.com/oxwm.git
fixed readme
Diff
diff --git a/readme.org b/readme.org
index a8d1288..cad6ea9 100644
--- a/readme.org
+++ b/readme.org
@@ -47,9 +47,9 @@ src/
│ └── handle_key_press() [Parse KeyPressEvent → KeyAction]
│
└── layout/
-├── mod.rs [Layout trait definition]
-└── tiling.rs
-└── TilingLayout::arrange() [Calculate window positions]
+ ├── mod.rs [Layout trait definition]
+ └── tiling.rs
+ └── TilingLayout::arrange() [Calculate window positions]
#+end_src
* Event Flow