mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 12:30:01 +02:00
start: use glx backend for compton and enable vsync
This avoids tearing for videos. However, the power consumption may be increased...
This commit is contained in:
parent
2dbfdde5a8
commit
4909f5bde6
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
-- Spawn a composoting manager
|
||||
awful.util.spawn("compton", false)
|
||||
awful.util.spawn("compton --vsync opengl-swc --backend glx", false)
|
||||
|
||||
-- Start idempotent commands
|
||||
local execute = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue