summaryrefslogtreecommitdiff
path: root/.config/systemd/user/xressources.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/xressources.service')
-rw-r--r--.config/systemd/user/xressources.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/systemd/user/xressources.service b/.config/systemd/user/xressources.service
new file mode 100644
index 0000000..6bce40a
--- /dev/null
+++ b/.config/systemd/user/xressources.service
@@ -0,0 +1,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