Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perceptia/perceptia
Dynamic window manager with support for Wayland
https://github.com/perceptia/perceptia
rust tiling-window-manager wayland wayland-compositor window-manager
Last synced: 10 days ago
JSON representation
Dynamic window manager with support for Wayland
- Host: GitHub
- URL: https://github.com/perceptia/perceptia
- Owner: perceptia
- Created: 2016-09-03T19:50:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T15:55:51.000Z (over 7 years ago)
- Last Synced: 2024-04-14T11:00:49.160Z (7 months ago)
- Topics: rust, tiling-window-manager, wayland, wayland-compositor, window-manager
- Language: Rust
- Homepage:
- Size: 1.15 MB
- Stars: 158
- Watchers: 19
- Forks: 6
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Perceptia
=========Do you like configurability and lightweightness of tiling window managers? Do you like cutting-edge
technology and want to try a tiling window manager running on Wayland? `perceptia` is for you!
`perceptia` tries to merge concepts from most popular tiling window managers like `i3`, `awesome`,
`ratpoison` or `dwm` with the freshness of Wayland.For main objectives of the project see [the Perceptia Manifesto](./info/manifesto.md).
Status
------There are still many things to work on. If you are looking for a working compositor it is a bit too
early to choose `perceptia`, but if you have programming skills and want to join the development team, your help will be appreciated.Backbone of every project is community. User input is especially valuable for young projects. It is
the users that shape what the project will later become. Please go to
[github](https://github.com/perceptia/perceptia/issues) and vote for features you want to see in
`perceptia` or share your own ideas. Your input will help to decide which features should be
implemented first and how they should be designed.This repository consists of:
* `cognitive` - a loose set of (Rust) crates helping creating surface compositors or other low
level graphic applications* `perceptia` - a dynamic (tilling or stacking) Wayland surface compositor basing on `cognitive`.
Getting Started
---------------For instructions on building and running `perceptia` see [installation.md](./info/installation.md).
For configuration options see [configuration.md](./info/configuration.md).
If you want to see features from your favourite window manager in `perceptia` you are encouraged to
contribute in brain-storming and development. For details see
[contributing.md](./info/contributing.md).Contact via mailing list `[email protected]` or directly with [authors](./info/authors.md).
`perceptia` is licensed on `MPL-2.0`. For more information see [license.md](./info/license.md).