Skip to content

micronull/i3rotonda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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