Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AdaShoelace/hadlock

X window manager
https://github.com/AdaShoelace/hadlock

linux master-pane multimonitor rust tiling window-manager workspaces x11

Last synced: about 2 months ago
JSON representation

X window manager

Awesome Lists containing this project

README

        

# Hadlock
![Rust](https://github.com/AdaShoelace/hadlock/workflows/Rust/badge.svg?branch=master)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://bitbucket.org/lbesson/ansi-colors)
[![](https://tokei.rs/b1/github/AdaShoelace/hadlock?category=code)](https://github.com/XAMPPRocky/tokei)
Hadlock is a tiling and stacking window manager for X.
It is written completely in rust with an architecture heavily inspired by redux.

![](./resources/demo-2.gif)
![](./resources/hadlock-demo2.gif)

---

## Content
- [Feature examples](./resources/layout-examples.md)

- [Progress](./resources/progress.md)

- [Planned features](./resources/planned-features.md)

- [Installation & configuration](./resources/installation-and-config.md)

- [Testing](./resources/testing.md)

---

## Honorable mentions
During the development of Hadlock I've found alot of inspiration in other projects and gotten help and insight from people far more experienced than myself.
Therefore I'd like to give credit to these awesome projects and thank those that was kind enough to help me out.

WMs Hadlock was inspired by:
- [BerryWM](https://github.com/JLErvin/berry)
- [LeftWM](https://github.com/leftwm/leftwm)
- [Wtfw](https://github.com/Kintaro/wtftw)

Thanks:
- [lex148](https://github.com/lex148)