Nav apraksta

Haelwenn (lanodan) Monnier afce6e7510 .gitignore: add 4 gadi atpakaļ
.clang-format eefa0cb094 Initial Commit 5 gadi atpakaļ
.gitignore afce6e7510 .gitignore: add 4 gadi atpakaļ
LICENSE c928474f70 Add LICENSE 5 gadi atpakaļ
Makefile 498afa2257 Transform into a high-level library 4 gadi atpakaļ
README 7dc421a47e README: document (Non-)Goals 5 gadi atpakaļ
inaban.1 dc3ddce625 inaban.1: Create manpage 5 gadi atpakaļ
inaban.c 498afa2257 Transform into a high-level library 4 gadi atpakaļ
inaban.h 498afa2257 Transform into a high-level library 4 gadi atpakaļ

README

## inaban
Inaban: Nickname of “稲葉姫子 (Inaba Himeko)”, a character in Kokoro Connect. Picked her for her personality regarding reality and trust.

# Dependencies
- wlroots
- Wayland: wayland-server, wayland-scanner, wayland-protocols
- (lib)xkbcommon

# Installation
The usual `make ; make install` works, if you do not have systemd-login or a replacement of it (such as elogind) you can setuid/setgid root `inaban` and she'll drop the permissions. Running inaban as root is unsupported.

# Inspirations
## XMonad
- Behaviour regarding how to manage windows by default
- Most of the shortcuts

## dwm
- Configuration and code

# Goals
- No client side decorations, might have borders on all the boxes (rendering and hitbox, should they ever manage to differ)
- Programs wanting to have more than simply asking for a regular surface should need special permissions
- 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)

## Non-Goals
- XWayland as anything but a separated Wayland client (would recommend cage or rootston for this)