https://github.com/micronull/i3rotonda
i3 workspace switcher with history and filter
https://github.com/micronull/i3rotonda
Last synced: about 1 year ago
JSON representation
i3 workspace switcher with history and filter
- Host: GitHub
- URL: https://github.com/micronull/i3rotonda
- Owner: micronull
- License: mit
- Archived: true
- Created: 2022-06-29T08:46:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T15:58:42.000Z (about 2 years ago)
- Last Synced: 2025-03-03T06:46:38.153Z (over 1 year 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

## 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
```