mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-03-06 10:31:13 +01:00
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
|