Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
mortie c107c5bb5f reload and stop commands, and log file vor 8 Jahren
js reload and stop commands, and log file vor 8 Jahren
modules turns off disconnected outputs vor 8 Jahren
udev dedaemon can now manage displays vor 8 Jahren
.gitignore replaced node-udev with my own code vor 8 Jahren
README.md reload and stop commands, and log file vor 8 Jahren
dedaemon.js reload and stop commands, and log file vor 8 Jahren
example.hcnf reload and stop commands, and log file vor 8 Jahren
package.json replaced node-udev with my own code vor 8 Jahren

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.