0.1.1 • Published 8 years ago

i3-alt-tab v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

i3-alt-tab window switcher

Cycle through all open windows in i3 using node.js.

Installation

$ sudo npm i -g i3-alt-tab

Usage

$ i3-alt-tab --next  # Focus next window
$ i3-alt-tab --prev  # Focus previous window

Example i3 configuration

bindsym $alt+Tab exec i3-alt-tab --next
bindsym $alt+Shift+Tab exec i3-alt-tab --prev

Exit codes

0  Window switched successfully
1  Wrong usage/show help
2  No window found
3  i3 connection error
0.1.1

8 years ago

0.1.0

8 years ago