From 50ab78e33d12e758fe64eaf7dde38a8a80861429 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 25 Mar 2023 00:44:19 +0100 Subject: [PATCH] picom: update to picom 1.10.x --- dotfiles/picom.conf | 2 +- dotfiles/systemd/picom.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 80c6486..391ed1c 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -1,4 +1,4 @@ -backend = "glx"; +backend = "egl"; vsync = true; glx-no-stencil = true; glx-no-rebind-pixmap = true; diff --git a/dotfiles/systemd/picom.service b/dotfiles/systemd/picom.service index 12abe30..da8afdc 100644 --- a/dotfiles/systemd/picom.service +++ b/dotfiles/systemd/picom.service @@ -4,6 +4,6 @@ PartOf=graphical-session.target [Service] ExecStartPre=%h/.config/i3/bin/picom-configure -ExecStart=/usr/bin/picom --config %t/i3/picom.conf --experimental-backends +ExecStart=/usr/bin/picom --config %t/i3/picom.conf ExecReload=%h/.config/i3/bin/picom-configure Restart=on-failure