mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-18 03:48:44 +01:00
cddcb504d3
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.
10 lines
120 B
Desktop File
10 lines
120 B
Desktop File
[Unit]
|
|
Description=urxvtd
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/urxvtd -q -o -f
|
|
|
|
[Install]
|
|
WantedBy=default.target
|