Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keshto/tinywl_plus
A simple stacking wayland compositor based on tinywl.
https://github.com/keshto/tinywl_plus
compositor stacking wayland wayland-compositor
Last synced: 3 months ago
JSON representation
A simple stacking wayland compositor based on tinywl.
- Host: GitHub
- URL: https://github.com/keshto/tinywl_plus
- Owner: keshto
- License: other
- Created: 2022-07-25T22:44:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T09:53:42.000Z (over 1 year ago)
- Last Synced: 2024-07-01T19:35:46.004Z (4 months ago)
- Topics: compositor, stacking, wayland, wayland-compositor
- Language: C
- Homepage:
- Size: 62.5 KB
- Stars: 25
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tinywl+
A simple stacking wayland compositor based on tinywl. Where features can be applied to [wlroot's tinywl](https://gitlab.freedesktop.org/wlroots/wlroots/-/tree/0.15/tinywl) example.### Inspiration
- It was hard to find an easy way to add functionality to tinywl without having to understand very different code bases such as sway, etc. This was made so people can start developing and adding, what I think should be part of tinywl or at least in the examples, things to their compositor or contribute here for common use cases.
- There is not enough stacking window managers for wayland that are simple to start from.
- JWM ♥### Goals
- Each commit should encapture an idea. Bug fixes etc should be amended to the relevant commit.
- Keep things simple and as easy and basic as possible.
- Maybe have patch sets that are optional or larger in seperate patches.### Notes
- Starting tinywl+ will get you a black screen so one might want to start using the `-s ` ie `./tinywl -s sakura` to have it start an application when it starts.
- Would be nice to have [fcft](https://codeberg.org/dnkl/fcft) to render fonts to be more lightweight.
- GTK does not play well with server side decorations(SSD). However, we can sorta force it to behave with some hacks included in `gtk_fix.sh`.
- Not as many protocols supported as [dwl](https://github.com/djpohly/dwl), but tinywl+ comes in lighter with lines of code(LOS) than dwl :)### Build instructions and requirements
The requirements and build instructions are much like they are for original tinywl. ie:
Install these dependencies:
- wlroots
- wayland-protocolsAnd run `make`.