terminal icon indicating copy to clipboard operation
terminal copied to clipboard

Epic: Battery Saver Mode

Open zadjii-msft opened this issue 4 years ago • 4 comments

written by @carlos-zamora

It'd be cool if Windows Terminal could be smart about battery consumption when in Low Power Mode or running on a battery (as opposed to a desktop being plugged in). Here's some ideas on what behavior could change:

  • Acrylic ideas:
    • Replace acrylic with mica
    • Disable acrylic / fall back to HostBackdropAcrylic when in low power mode
    • See also #7158 - disable that fix when in battery saver mode
    • also #11092
  • Renderer: reduce refresh rate
  • [ ] #5318 Cursor: blink less often or don't blink at all

Battery saving optimizations we should just do regardless

  • [ ] #12706
  • [ ] #1989

Put your ideas below!

zadjii-msft avatar Mar 24 '21 14:03 zadjii-msft

Replace acrylic with mycah

Does this refer to Mica material?

KalleOlaviNiemitalo avatar Jun 25 '21 12:06 KalleOlaviNiemitalo

Replace acrylic with mycah

Does this refer to Mica material?

Ha! Yup.

DHowett avatar Jun 25 '21 13:06 DHowett

Also see #5318, which we should probably just do always

zadjii avatar Jun 25 '21 15:06 zadjii

GetSystemPowerStatus and Registering For Power Events will help us here.

miniksa avatar Feb 14 '22 17:02 miniksa