1.1.1 • Published 6 years ago

node-xfconf-query v1.1.1

Weekly downloads
17
License
Apache-2.0
Repository
github
Last release
6 years ago

node-xfconf-query

npm NPM version License GitHub issues GitHub forks GitHub stars GitHub top language

Patreon

xfconf-query wrapper for nodejs

Install

npm install node-xfconf-query

Import package to the project

TypeScript

import XFConfQuery from "node-xfconf-query";

JavaScript

var XFConfQuery = require("node-xfconf-query");

Usage

List Channels

const channels = XFConfQuery.listChannels();

List Channel Properties

const properties = XFConfQuery.listProperties('xfce4-power-manager');

Read Property Value

const dpmsEnabled = XFConfQuery.readProperty('xfce4-power-manager', '/xfce4-power-manager/blank-on-ac');

Write Property Value

const result = XFConfQuery.writeProperty('xfce4-power-manager', '/xfce4-power-manager/dpms-enabled', false);
XFConfQuery.writeProperty('xfce4-power-manager', '/xfce4-power-manager/blank-on-ac', 0);

Rights and Agreements

License Apache-2.0

Copyright 2020 Andrea Macchieraldo

1.1.1

6 years ago

1.1.0

6 years ago

1.0.11

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago