Skip to content

jakutis/awesome-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awesome-client

Thin wrapper around awesome-client command that enables interaction with Awesome WM.

Installation

Install with npm:

$ npm install --save awesome-client

API

var awesomeClient = require('awesome-client');

// restarts awesome
awesomeClient('awesome.restart()');

// same, but enables error checking
// if it failed, the err object will be an instance of Error
awesomeClient('awesome.restart()', function(err) {
    console.log(err);
});

About

Thin wrapper around awesome-client command that enables interaction with Awesome WM.

Resources

License

Stars

Watchers

Forks

Packages

No packages published