Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
mortie a1df95f57e dedaemon can now manage displays 7 лет назад
js dedaemon can now manage displays 7 лет назад
modules dedaemon can now manage displays 7 лет назад
udev dedaemon can now manage displays 7 лет назад
.gitignore replaced node-udev with my own code 7 лет назад
README.md slight readme change 7 лет назад
dedaemon.js dedaemon can now manage displays 7 лет назад
example.hcnf dedaemon can now manage displays 7 лет назад
package.json replaced node-udev with my own code 7 лет назад

README.md

DEDaemon

DEDaemon is a daemon to give some of the perks of a full desktop environment to those of us running window managers.

Installation

Run npm install -g dedaemon as root.

Usage

dedaemon <config file>

e.g:

dedaemon ~/.config/dedaemon.hcnf

You probably want to run that on startup. If you’re running i3wm, that means adding exec --no-startup-id dedaemon ~/.config/dedaemon.hcnf to ~/.i3/config.

Configuration

There will be stuff here later.