forked from extern/nix-config
Add urxvtd service
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.
This commit is contained in:
parent
bb711596c1
commit
f6ebc31fe9
9
.config/systemd/user/urxvtd.service
Normal file
9
.config/systemd/user/urxvtd.service
Normal file
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=urxvtd
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/bin/urxvtd -q -o -f
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Reference in New Issue
Block a user