mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-22 11:54:27 +02:00
compton: don't use glx backend
It doesn't work well with newer Intel drivers.
This commit is contained in:
parent
d84574ebc3
commit
c1c6ca9324
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
-- Spawn a composoting manager
|
||||
awful.util.spawn("compton --vsync opengl-swc --backend glx --glx-no-rebind-pixmap", false)
|
||||
awful.util.spawn("compton --vsync drm", false)
|
||||
|
||||
-- Start idempotent commands
|
||||
local execute = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue