systemd-user/user/xrdb.service
2013-02-17 21:20:00 +01:00

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