1.1.1 • Published 3 years ago

node-xfconf-query v1.1.1

Weekly downloads
17
License
Apache-2.0
Repository
github
Last release
3 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

3 years ago

1.1.0

3 years ago

1.0.11

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago