Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

i3-alt-tab

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i3-alt-tab

Switch to the next/previous i3 window, either in the current workspace, or in all workspaces.

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 04 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc