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

https://github.com/arthurmelton/tailwin

A window manager coded in rust
https://github.com/arthurmelton/tailwin

Last synced: 2 months ago
JSON representation

A window manager coded in rust

Awesome Lists containing this project

README

        

# Tailwin
A window manager coded in rust

Thanks [Victoruler](https://thenounproject.com/victorulerz/collection/animals-squad-solid/) for making the logo under a cc-by licence.

## Install:

```
git clone https://github.com/AMTitan/Tailwin.git
cd Tailwin
chmod +x install.sh
./install.sh
```

## Update:

```
cd [tailwin root location]
git pull
./install.sh
```