mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-21 12:11:40 +01:00
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
|