diff --git a/.config/newm/config.py b/.config/newm/config.py index 133d3ad..fae2a1c 100644 --- a/.config/newm/config.py +++ b/.config/newm/config.py @@ -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], +}