mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-09 17:54:22 +02:00
start: try another option combinaison for compton
`--vsync drm` was worst.
This commit is contained in:
parent
9ac4d200db
commit
ab60407f8a
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 drm", false)
|
awful.util.spawn("compton --vsync opengl-swc --backend glx --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