Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/micronull/i3rotonda
i3 workspace switcher with history and filter
https://github.com/micronull/i3rotonda
Last synced: about 2 months ago
JSON representation
i3 workspace switcher with history and filter
- Host: GitHub
- URL: https://github.com/micronull/i3rotonda
- Owner: micronull
- License: mit
- Created: 2022-06-29T08:46:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T15:58:42.000Z (8 months ago)
- Last Synced: 2024-05-07T15:44:49.175Z (8 months ago)
- Language: Go
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# i3wm workspace switcher
![coverage](https://raw.githubusercontent.com/micronull/i3rotonda/badges/.badges/main/coverage.svg)
## how to use
1. `make install`
2. add in `~/.i3/config`:```
# workspace back and forth
bindsym $mod+Tab exec "i3rotonda switch -a=prev"
bindsym $mod+Shift+Tab exec "i3rotonda switch -a=next"exec --no-startup-id i3rotonda serve
```## Config
Create config file into `/home/user/.config/i3rotonda/config.yml`.
### Example
```yaml
debug: true
workspaces:
exclude:
- 1
- 2
- 3
```