https://github.com/regolith-linux/childe
i3-next-workspace for sway
https://github.com/regolith-linux/childe
Last synced: 4 months ago
JSON representation
i3-next-workspace for sway
- Host: GitHub
- URL: https://github.com/regolith-linux/childe
- Owner: regolith-linux
- Created: 2023-08-27T01:45:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-12T15:10:17.000Z (8 months ago)
- Last Synced: 2026-02-04T11:09:05.493Z (4 months ago)
- Language: Rust
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `childe`
A command-line utility for Sway workspace creation.
`childe` creates Sway workspaces in three variation:
1. Find the next (minimum index) unused workspace, create it, and navigate to it.
2. Find the next unused workspace, and move the currently focused window to it.
3. Find the next unused workspace, and move the currently focused window and then navigate to it.
## Requirements
`childe` was created for the `Sway` version of the Regolith desktop environment. It communicates with `Sway` over IPC and reads workspace configuration from `trawl`.
## Usage
```
Simple command line utility to find and move to the next unallocated workspace
Usage: childe [OPTIONS]
Options:
-m, --move-window
-f, --follow
-h, --help Print help
-V, --version Print version
```
## License
GNU General Public License version 3