Remove picom since it causes latency issues

This commit is contained in:
Wilfried OLLIVIER 2023-05-13 12:02:53 +02:00
parent 7c0e2f7a8b
commit 57b8134f56

1
rc.lua
View file

@ -601,7 +601,6 @@ do
local autostarts = local autostarts =
{ {
"xsetroot -cursor_name left_ptr", "xsetroot -cursor_name left_ptr",
"picom",
"unclutter", "unclutter",
} }