aboutsummaryrefslogtreecommitdiffstats
path: root/basics/.config/systemd/user/picom.service
diff options
context:
space:
mode:
authorPeter Son Struschka <me@peter-struschka.com>2021-06-21 15:16:29 +0800
committerPeter Son Struschka <me@peter-struschka.com>2021-06-21 15:16:29 +0800
commitbf00ce1738a016fcebd546841e702762c8374041 (patch)
tree90aa18141adeb6a4ad5349dd7d7d5f0a5df833e5 /basics/.config/systemd/user/picom.service
parent4d63577b487a8bf877401312f22142094e2d4584 (diff)
downloaddotfiles-bf00ce1738a016fcebd546841e702762c8374041.tar.gz
dotfiles-bf00ce1738a016fcebd546841e702762c8374041.tar.bz2
dotfiles-bf00ce1738a016fcebd546841e702762c8374041.tar.lz
dotfiles-bf00ce1738a016fcebd546841e702762c8374041.tar.xz
dotfiles-bf00ce1738a016fcebd546841e702762c8374041.tar.zst
dotfiles-bf00ce1738a016fcebd546841e702762c8374041.zip
nvim: start using lua
Diffstat (limited to 'basics/.config/systemd/user/picom.service')
-rw-r--r--basics/.config/systemd/user/picom.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/basics/.config/systemd/user/picom.service b/basics/.config/systemd/user/picom.service
new file mode 100644
index 0000000..805d073
--- /dev/null
+++ b/basics/.config/systemd/user/picom.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=A lightweight compositor for X11
+Documentation=info:picom man:picom(1) https://github.com/yshui/picom
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/picom
+ExecStop=/bin/kill -s QUIT $MAINPID
+ExecReload=/bin/kill -s HUP $MAINPID
+Restart=on-failure
+
+[Install]
+WantedBy=default.target