Disable / Re-Enabel Compositor After Switching Autorandr Configs

- Eliminates the lagging issue where picom is started, display
  refresh rate is changed, and picom is not reloaded
This commit is contained in:
Sravan Balaji
2024-04-03 07:28:02 -04:00
parent dae82de3ba
commit ddabcfcdbb
2 changed files with 6 additions and 0 deletions

View File

@@ -3096,6 +3096,9 @@ then
/home/sravan/.scripts/session.sh --restart &
fi
# Disable & Re-Enable Compositor
/home/sravan/.scripts/picom.sh --on &
# NVIDIA Force Composition Pipeline
/usr/bin/nvidia-force-comp-pipeline &