mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 10:48:35 +02:00
compton: switch back to GLX backend
Seems to work OK now. Dunno what was the change. Maybe terminal change?
This commit is contained in:
parent
7391a2bee0
commit
ec4236f347
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", false)
|
awful.util.spawn("compton --vsync opengl-swc --backend glx", false)
|
||||||
|
|
||||||
-- Start idempotent commands
|
-- Start idempotent commands
|
||||||
local execute = {
|
local execute = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue