Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
mortie a1df95f57e dedaemon can now manage displays il y a 7 ans
js dedaemon can now manage displays il y a 7 ans
modules dedaemon can now manage displays il y a 7 ans
udev dedaemon can now manage displays il y a 7 ans
.gitignore replaced node-udev with my own code il y a 7 ans
README.md slight readme change il y a 7 ans
dedaemon.js dedaemon can now manage displays il y a 7 ans
example.hcnf dedaemon can now manage displays il y a 7 ans
package.json replaced node-udev with my own code il y a 7 ans

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.