Enable picom vsync
This commit is contained in:
parent
4d725ec1b8
commit
f77e3f4627
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
local autostart = {}
|
local autostart = {}
|
||||||
|
|
||||||
function autostart.exec(awful)
|
function autostart.exec(awful)
|
||||||
awful.spawn.with_shell("picom --backend glx --xrender-sync-fence")
|
awful.spawn.with_shell("picom --backend glx --xrender-sync-fence --vsync")
|
||||||
-- awful.spawn.with_shell("nitrogen --restore")
|
-- awful.spawn.with_shell("nitrogen --restore")
|
||||||
awful.spawn.with_shell("redshift -x &&redshift -O 3500")
|
awful.spawn.with_shell("redshift -x &&redshift -O 3500")
|
||||||
-- awful.spawn.with_shell("/usr/lib/polkit-kde-authentication-agent-1")
|
-- awful.spawn.with_shell("/usr/lib/polkit-kde-authentication-agent-1")
|
||||||
|
|
Loading…
Reference in a new issue