Fix incorrect claim

(just found RubyWM by github.com/vidarh)
This commit is contained in:
2025-10-05 14:45:52 +01:00
parent 7ba16d1452
commit 5ac77254a4

View File

@@ -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 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 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 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. - It does use `C` to expose the underlying X11 API.
## Installation & Usage ## Installation & Usage