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
- Host: GitHub
- URL: https://github.com/arthurmelton/tailwin
- Owner: arthurmelton
- License: mit
- Created: 2021-10-28T11:46:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-29T14:06:38.000Z (over 3 years ago)
- Last Synced: 2025-04-01T23:41:02.166Z (2 months ago)
- Language: Rust
- Size: 345 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tailwin
A window manager coded in rustThanks [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
```