mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-30 13:24:21 +02:00
compton: --glx-no-rebind-pixmap is known to break on Intel
This commit is contained in:
parent
ace1efda8c
commit
f81327acbc
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
-- Spawn a composoting manager
|
||||
awful.util.spawn("compton --backend glx --xrender-sync --xrender-sync-fence --vsync opengl-swc --glx-no-rebind-pixmap", false)
|
||||
awful.util.spawn("compton --backend glx --xrender-sync --xrender-sync-fence --vsync opengl-swc", false)
|
||||
|
||||
-- Start idempotent commands
|
||||
local execute = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue