Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 528 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 528 Bytes

i3wm workspace switcher

coverage

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

debug: true
workspaces:
  exclude:
    - 1
    - 2
    - 3