mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
picom: Disable vsync
This improves window resize and move performance and general responsiveness a considerable amount on the laptop Intel iGPU. Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
d6f2800ddd
commit
0ff266f257
@ -72,7 +72,7 @@ use-ewmh-active-win = true;
|
||||
detect-rounded-corners = true;
|
||||
detect-client-opacity = true;
|
||||
refresh-rate = 0;
|
||||
vsync = true;
|
||||
# vsync = true;
|
||||
# sw-opti = true;
|
||||
# unredir-if-possible = true;
|
||||
# unredir-if-possible-delay = 5000;
|
||||
|
Loading…
Reference in New Issue
Block a user