commit: 17d03ac37163cb110745a813d66a7e0cd75eeeb8
parent 25e62c43ba49a8f4fb91af0415c922d366aec5b3
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 3 Jan 2021 04:54:53 +0100
README: Update inspirations
Diffstat:
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/README b/README
@@ -11,11 +11,13 @@ The usual `make ; make install` works. Running inaban as root (setuid included)
# Inspirations
## XMonad
-- Behaviour regarding how to manage windows by default
- Most of the shortcuts
## dwm
-- Configuration and code
+- configuration and related code
+
+## cage, sway, rootston
+- wlroots related code
# Goals
- No client side decorations, might have borders on all the boxes (rendering and hitbox, should they ever manage to differ)
@@ -23,7 +25,7 @@ The usual `make ; make install` works. Running inaban as root (setuid included)
- listing of the surfaces should be something similar to a capability
- special position/size should be completely managed by the compositor
- resizes other than done by the compositor are denied
-- Tiling should be powerful (like XMonad) yet simple (unlike i3)
+- If there is tiling should be powerful (like XMonad) yet simple (unlike i3)
## Non-Goals
- XWayland as anything but a separated Wayland client (would recommend cage for this)