summaryrefslogtreecommitdiff
path: root/.config/systemd/user/xrdb.service
blob: 539ffa54ca866553976036d30519133ef51c1fc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Load X ressources
After=xorg.target
Wants=xorg.target

[Service]
Type=oneshot
ExecStart=/bin/sh %h/.scripts/set_xresources.sh

[Install]
WantedBy=graphical.target