summaryrefslogtreecommitdiff
path: root/.config/systemd/user/xressources.service
blob: 6bce40aed5a4d61436f4696878240defe8421842 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Xorg Ressources
After=xorg.target
Wants=xorg.target

[Service]
Type=simple
ExecStart=/home/ben/.scripts/set_xressources.sh

[Install]
WantedBy=graphical.target