mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-03 06:44:21 +02:00
picom: move to non-experimental backend
This commit is contained in:
parent
8e0e281f4f
commit
e2e87fb193
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
backend = "glx";
|
||||
vsync = true;
|
||||
glx-no-stencil = true;
|
||||
glx-no-rebind-pixmap = true;
|
||||
|
||||
mark-ovredir-focused = true;
|
||||
use-ewmh-active-win = true;
|
||||
|
||||
|
|
|
@ -3,5 +3,5 @@ Description=Compositor for X11
|
|||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/picom --experimental-backends
|
||||
ExecStart=/usr/bin/picom
|
||||
Restart=on-failure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue