aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/awesome/rc.lua8
1 files changed, 0 insertions, 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 = {