VSKI Wayland Manager
- Crystal 66.5%
- C 33%
- Makefile 0.5%
| docs | ||
| protocols | ||
| spec | ||
| src | ||
| vendor/fx | ||
| .gitignore | ||
| config.example.yaml | ||
| LICENSE | ||
| Makefile | ||
| readme.md | ||
| shard.lock | ||
| shard.yml | ||
VWM (VSKI Wayland Manager)
A lightweight Wayland server built in Crystal on wlroots, designed for VSKI OS.
Running
vwm display-socket-name
The server will create a unix socket for IPC providing:
- geometry handlers
- scene and view management
- event handlers
- core effects: rounded corners, blur & opacity.
- etc.
Client applications should connect using WAYLAND_DISPLAY=display-socket-name
Config
Location: /etc/vwm/config.yml or ~/.config/vwm/config.yml
See the example.
Build
make build
Progress
Currenty the api is constantly changing and should be considered unstable.