mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-22 09:53:28 +02:00
compton: don't use DRM for vsync, ugly
This commit is contained in:
parent
a20ee81fa5
commit
b57bffcd16
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
-- Spawn a composoting manager
|
||||
awful.util.spawn("compton --vsync drm", false)
|
||||
awful.util.spawn("compton", false)
|
||||
|
||||
-- Start idempotent commands
|
||||
local execute = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue