Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ammgws/autotiling-rs
Autotiling for sway (and possibly i3)
https://github.com/ammgws/autotiling-rs
Last synced: 1 day ago
JSON representation
Autotiling for sway (and possibly i3)
- Host: GitHub
- URL: https://github.com/ammgws/autotiling-rs
- Owner: ammgws
- License: mit
- Created: 2020-05-30T17:39:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T00:58:53.000Z (5 months ago)
- Last Synced: 2025-02-13T07:11:20.280Z (8 days ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 87
- Watchers: 4
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# autotiling-rs
When used on sway (and possibly i3), this automatically alternates the container layout between horizontal and vertical for successive new containers.## Usage
Simply run the program `autotiling-rs`. To start it automatically, put it in your sway config like this: `exec autotiling-rs`.For more info run `autotiling-rs --help`.
## Installation
Arch Linux: [autotiling-rs](https://archlinux.org/packages/?q=autotiling-rs)
Arch Linux (AUR): [autotiling-rs-git](https://aur.archlinux.org/packages/autotiling-rs-git).
Nix: [autotiling-rs](https://search.nixos.org/packages?channel=unstable&show=autotiling-rs&from=0&size=50&sort=relevance&type=packages&query=autotiling-rs)