Skip to content

Latest commit

 

History

57 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-lxde Build Status Travis

Check if the current session runs LXDE desktop.

Install

$ npm install --save is-lxde

Usage

const isLxde = require('is-lxde');

isLxde.then(data => {
  console.log(data);
  //=> true or false
});

API

isLxde()

Returns a Promise that resolves either to true or false.

Related

License

MIT © t1st3

About

Check if the current session runs LXDE desktop

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages