mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 17:39:00 +02:00
picom: update to picom 1.10.x
This commit is contained in:
parent
c78fbc2cdd
commit
50ab78e33d
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
backend = "glx";
|
backend = "egl";
|
||||||
vsync = true;
|
vsync = true;
|
||||||
glx-no-stencil = true;
|
glx-no-stencil = true;
|
||||||
glx-no-rebind-pixmap = true;
|
glx-no-rebind-pixmap = true;
|
||||||
|
|
|
@ -4,6 +4,6 @@ PartOf=graphical-session.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStartPre=%h/.config/i3/bin/picom-configure
|
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
|
ExecReload=%h/.config/i3/bin/picom-configure
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue