From bf00ce1738a016fcebd546841e702762c8374041 Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Mon, 21 Jun 2021 15:16:29 +0800 Subject: nvim: start using lua --- basics/.config/systemd/user/picom.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 basics/.config/systemd/user/picom.service (limited to 'basics') 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 -- cgit v1.2.3