Files
dotfiles/autostart/services/xresources.service

8 lines
128 B
SYSTEMD
Raw Normal View History

[Unit]
BindsTo=autostart.target
[Service]
Type=oneshot
ExecStart=/usr/bin/xrdb -merge -I%h %h/.Xresources
RemainAfterExit=true