summaryrefslogtreecommitdiff
path: root/.config/systemd/user/xcompmgr@.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/xcompmgr@.service')
-rw-r--r--.config/systemd/user/xcompmgr@.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/systemd/user/xcompmgr@.service b/.config/systemd/user/xcompmgr@.service
new file mode 100644
index 0000000..c7844d2
--- /dev/null
+++ b/.config/systemd/user/xcompmgr@.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Composite Window-Effects Manger
+Documentation=man:xcompmgr(1)
+StopWhenUnneeded=true
+
+[Service]
+Type=simple
+Environment=DISPLAY=%I
+ExecStart=/usr/bin/xcompmgr
+Restart=always