mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 11:48:33 +02:00
compton: use xrender-sync + fence
This seems to fix the issue with latest Intel drivers.
This commit is contained in:
parent
c86781c262
commit
4a278cdb6e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
-- Spawn a composoting manager
|
-- Spawn a composoting manager
|
||||||
awful.util.spawn("compton --vsync opengl-swc --backend glx", false)
|
awful.util.spawn("compton --backend glx --xrender-sync --xrender-sync-fence --glx-no-rebind-pixmap", false)
|
||||||
|
|
||||||
-- Start idempotent commands
|
-- Start idempotent commands
|
||||||
local execute = {
|
local execute = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue