0.3.0 • Published 4 years ago

i3 v0.3.0

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

node-i3

i3-ipc client for node.js Helps you to automate i3 window manager

NPM

Install

npm install i3

API

var i3 = require('i3').createClient();
i3.command('focus left');
i3.on('workspace', function(w) {
  console.log('workspace event!', w);
})

LINKS

Bitdeli Badge