[Newm] Fix energy settings

This commit is contained in:
2022-12-07 16:05:03 +01:00
parent 36bfdfc6a8
commit 9481df90ea

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],
}