From 049d762cbba30c915ce835a8508ca48dc81dfa5e Mon Sep 17 00:00:00 2001 From: Syed Daanish Date: Fri, 3 Oct 2025 12:45:43 +0100 Subject: [PATCH] Add a README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d55d65f --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# KUTU WM + +> It is still under development, even though it is techically working. + +KUTU is a window manager for X11. +
+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. + +
+ +To know what a window manager is, check out [this](https://en.wikipedia.org/wiki/Window_manager).