mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-16 13:23:09 +01:00
f6ebc31fe9
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.
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
|