sled
(WIP!) Sled is a customizable floating window manager written in Crystal
Installation
TODO Write installation instructions here
Usage
TODO Write usage instructions here
Development
This project has the following goals in mind:
- Speed and streamlined usage (by keeping the code small and efficient and adding useful and time-saving features)
- A modern and pleasant default look, in addition to stylistic features expected from a modern window manager
- Easy configuration (2 readable configuration files, one for the theme and another for general settings)
- To work in conjunction with other Macaw software in order to create a happy desktop experience
- Client that allows for interacting with the window manager
- Having a complete title bar
- EWMH compliance
Contributing
- Fork it (https://github.com/acoolstraw/sled/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- acoolstraw - creator and maintainer