Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
/ i3rotonda Public archive

i3 workspace switcher with history and filter

License

Notifications You must be signed in to change notification settings

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