summaryrefslogtreecommitdiff
path: root/.config/systemd/user/xrdb.service
blob: 536bff056112ff1743ab7c60dd3a8e487ccbc47e (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_xressources.sh

[Install]
WantedBy=graphical.target