You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mortie c107c5bb5f reload and stop commands, and log file 7 years ago
js reload and stop commands, and log file 7 years ago
modules turns off disconnected outputs 7 years ago
udev dedaemon can now manage displays 7 years ago
.gitignore replaced node-udev with my own code 7 years ago
README.md reload and stop commands, and log file 7 years ago
dedaemon.js reload and stop commands, and log file 7 years ago
example.hcnf reload and stop commands, and log file 7 years ago
package.json replaced node-udev with my own code 7 years ago

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> -- Start a new instance of dedaemon
dedaemon stop          -- Stop all running istances of dedaemon
dedaemon reload        -- Reload 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 stop; dedaemon~/.config/dedaemon.hcnf to ~/.i3/config. This first stop any running instance of dedaemon, then runs a new one.

Configuration

There will be stuff here later.