oxwm

https://git.tonybtw.com/oxwm.git git://git.tonybtw.com/oxwm.git

fixed readme

Commit
74432103d8a2749b21ae301b44c7e4122e19ff80
Parent
a6ca2ea
Author
tonybtw <tonybtw@tonybtw.com>
Date
2025-09-29 03:16:57

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