nix-config/.config/systemd/user/urxvtd.service
Donovan Glover f6ebc31fe9
Add urxvtd service
Instead of starting urxvtd with urxvtcd, start it automatically with
systemd. This lets us run urxvtc directly in other desktop environments
without having to rely on urxvtcd.
2018-10-15 08:56:37 -04:00

10 lines
120 B
Desktop File

[Unit]
Description=urxvtd
[Service]
Type=forking
ExecStart=/usr/bin/urxvtd -q -o -f
[Install]
WantedBy=default.target