https://github.com/olback/swaytab
https://github.com/olback/swaytab
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/olback/swaytab
- Owner: olback
- Created: 2021-05-05T01:11:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-20T23:11:14.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T12:31:22.335Z (about 1 year ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swaytab - A tab menu for sway
### Installing
```bash
git clone https://github.com/olback/swaytab && cd swaytab
cargo install --path .
```
### Create default config
```bash
swaytab --gen-config
```
Edit menu command in `~/.config/swaytab/Swaytab.toml`
### Configure Sway
sway config:
```
...
bindsym $mod+tab exec ~/.cargo/bin/swaytab
...
```