[Newm] Fix energy settings

This commit is contained in:
Lucien Cartier-Tilet 2022-12-07 16:05:03 +01:00
parent 36bfdfc6a8
commit 9481df90ea
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 4 additions and 4 deletions

View File

@ -129,9 +129,6 @@ view = {
}
energy = {"idle_times": [5 * 60, 30 * 60, 24 * 60 * 60]}
leader: str = "L-Spc "
@ -405,4 +402,7 @@ panels = {
},
}
energy = {"idle_callback": backlight_manager.callback}
energy = {
"idle_callback": backlight_manager.callback,
"idle_times": [5 * 60, 30 * 60, 24 * 60 * 60],
}