Skip to content

Commit

Permalink
feat: Disable Dynamic Lighting (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
36conaN authored Jul 14, 2024
1 parent f72cf0a commit af86f12
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/playbook/Configuration/tweaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ actions:
- !task: {path: 'tweaks\qol\disable-tips.yml'}
- !task: {path: 'tweaks\qol\disable-win11-settings-banner.yml'}
- !task: {path: 'tweaks\qol\disable-screen-capture-hotkey.yml', option: 'remove-snipping-tool'}
- !task: {path: 'tweaks\qol\disable-dynamic-lighting.yml'}

# -------------------------------------------------------------------------- #
# qol\appearance #
Expand Down
10 changes: 10 additions & 0 deletions src/playbook/Configuration/tweaks/qol/disable-dynamic-lighting.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Disable Dynamic Lighting
description: Disables Dynamic Lighting by default
builds: [ '>=22000' ]
actions:
- !registryValue:
path: 'HKCU\Software\Microsoft\Lighting'
value: 'AmbientLightingEnabled'
data: '0'
type: REG_DWORD

0 comments on commit af86f12

Please sign in to comment.