選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
mortie 6c64585a5e turns off disconnected outputs 7年前
js dedaemon can now manage displays 7年前
modules turns off disconnected outputs 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.