nix-config/bspwm/.config/systemd/user/urxvtd.service
Donovan Glover cddcb504d3
stow: Split systemd package into bspwm and ssh-agent
Since urxvt will only be used on my bspwm setup, and since ssh-agent
can be used on non-bspwm setups as well, it makes sense to separate
the two.
2018-11-04 11:39:56 -05:00

10 lines
120 B
Desktop File

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