aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2022-02-22 11:32:25 -0800
committerTrumeet <yuuta@yuuta.moe>2022-02-22 11:32:25 -0800
commit46d47dc916e81903b5edf5bd8a1c621677c35549 (patch)
tree23664d9ed8c07ccb337158f11119cb5fb4b2d3d1
parentebf3a5b2e2f35e6152070dc012904c373d7cebea (diff)
downloadgists-46d47dc916e81903b5edf5bd8a1c621677c35549.tar
gists-46d47dc916e81903b5edf5bd8a1c621677c35549.tar.gz
gists-46d47dc916e81903b5edf5bd8a1c621677c35549.tar.bz2
gists-46d47dc916e81903b5edf5bd8a1c621677c35549.zip
SystemdGraphicalSession: add picom
-rw-r--r--SystemdGraphicalSession/picom.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/SystemdGraphicalSession/picom.service b/SystemdGraphicalSession/picom.service
new file mode 100644
index 0000000..fa066c4
--- /dev/null
+++ b/SystemdGraphicalSession/picom.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Picom X Compositor
+After=graphical-session-pre.target
+PartOf=graphical-session.target
+Documentation=man:picom(1)
+
+[Service]
+Slice=session.slice
+Type=simple
+ExecStart=/usr/bin/picom
+
+[Install]
+Alias=compositor.service