aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authorBlista Kanjo2023-02-04 07:52:16 -0500
committerBlista Kanjo2023-02-04 07:52:16 -0500
commit5932e68e676eb19af5d43c1983775cd4a4e5d533 (patch)
treec75485400caf8b8a0113a8485be8ab5bbd34f33a /.config/awesome
parentfaa49ca4c1d6e10288eb10b93dc6d36c3681660f (diff)
refactor: updated dpms menu to allow only the maximum allowable value
Diffstat (limited to '.config/awesome')
-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 = {