Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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