systemd-user/user/xrdb.service

13 lines
194 B
Desktop File

[Unit]
Description=xrdb
Requires=xorg.target
After=xorg.target
Before=awesome-wm.service
[Service]
Type=oneshot
ExecStart=/usr/bin/xrdb -merge %h/.Xresources
[Install]
WantedBy=mystuff.target