From 5932e68e676eb19af5d43c1983775cd4a4e5d533 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sat, 4 Feb 2023 07:52:16 -0500 Subject: refactor: updated dpms menu to allow only the maximum allowable value --- .config/awesome/rc.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 008c5cc..a9c8a4b 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -87,14 +87,6 @@ dpms_menu = { { "180 # 3m", function() awful.spawn.easy_async_with_shell("xset dpms 180") end }, { "300 # 5m", function() awful.spawn.easy_async_with_shell("xset dpms 300") end }, { "600 # 10m", function() awful.spawn.easy_async_with_shell("xset dpms 600") end }, - { "900 # 15m", function() awful.spawn.easy_async_with_shell("xset dpms 900") end }, - { "1800 # 30m", function() awful.spawn.easy_async_with_shell("xset dpms 1800") end }, - { "2700 # 45m", function() awful.spawn.easy_async_with_shell("xset dpms 2700") end }, - { "3600 # 1h", function() awful.spawn.easy_async_with_shell("xset dpms 3600") end }, - { "7200 # 2h", function() awful.spawn.easy_async_with_shell("xset dpms 7200") end }, - { "10800 # 3h", function() awful.spawn.easy_async_with_shell("xset dpms 10800") end }, - { "14400 # 4h", function() awful.spawn.easy_async_with_shell("xset dpms 14400") end }, - { "21600 # 6h", function() awful.spawn.easy_async_with_shell("xset dpms 21600") end }, } myawesomemenu = { -- cgit v1.2.3