From 5ac77254a427f1c126161b14b07763033a3617db Mon Sep 17 00:00:00 2001 From: Syed Daanish Date: Sun, 5 Oct 2025 14:45:52 +0100 Subject: [PATCH] Fix incorrect claim (just found RubyWM by github.com/vidarh) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c93829..f9a8bc1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ KUTU means box in turkish, which is my idea behind implementing this WM. - It is to be used as a bunch of boxes inside which you can throw your windows. - It is non-reparenting. (So maybe add that flag to your Java Applications) - It is primarily a tiled WM, but it also supports floating windows. -- It is the only X11 window manager written using `ruby` that is still alive. +- This WM is written mostly in `Ruby` and is meant for my personal use only. - It does use `C` to expose the underlying X11 API. ## Installation & Usage