mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 11:48:33 +02:00
picom: switch to experimental backends
This may solve a crash. Alternative would be to use: ``` shadow-exclude = [ # Workaround for a crash in Picom (running out of XIDs) "! name~=''" ]; ```
This commit is contained in:
parent
b0923aecea
commit
4dc42140d1
1 changed files with 1 additions and 1 deletions
|
@ -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 ${XDG_RUNTIME_DIR}/i3/picom.conf
|
ExecStart=/usr/bin/picom --config ${XDG_RUNTIME_DIR}/i3/picom.conf --experimental-backends
|
||||||
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