aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/awesome/rc.lua')
-rw-r--r--.config/awesome/rc.lua58
1 files changed, 29 insertions, 29 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 9425c36..008c5cc 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -63,38 +63,38 @@ awful.layout.layouts = {
-- Create a launcher widget and a main menu
s_menu = {
{ "off", function() awful.spawn.easy_async_with_shell("xset s off") end },
- { "10 # seconds", function() awful.spawn.easy_async_with_shell("xset s 10") end },
- { "30 # seconds", function() awful.spawn.easy_async_with_shell("xset s 30") end },
- { "60 # seconds", function() awful.spawn.easy_async_with_shell("xset s 60") end },
- { "3 # minutes", function() awful.spawn.easy_async_with_shell("xset s 180") end },
- { "5 # minutes", function() awful.spawn.easy_async_with_shell("xset s 300") end },
- { "10 # minutes", function() awful.spawn.easy_async_with_shell("xset s 600") end },
- { "15 # minutes", function() awful.spawn.easy_async_with_shell("xset s 900") end },
- { "30 # minutes", function() awful.spawn.easy_async_with_shell("xset s 1800") end },
- { "45 # minutes", function() awful.spawn.easy_async_with_shell("xset s 2700") end },
- { "60 # minutes", function() awful.spawn.easy_async_with_shell("xset s 3600") end },
- { "2 # hours", function() awful.spawn.easy_async_with_shell("xset s 7200") end },
- { "3 # hours", function() awful.spawn.easy_async_with_shell("xset s 10800") end },
- { "4 # hours", function() awful.spawn.easy_async_with_shell("xset s 14400") end },
- { "6 # hours", function() awful.spawn.easy_async_with_shell("xset s 21600") end },
+ { "10 # 10s", function() awful.spawn.easy_async_with_shell("xset s 10") end },
+ { "30 # 30s", function() awful.spawn.easy_async_with_shell("xset s 30") end },
+ { "60 # 1m", function() awful.spawn.easy_async_with_shell("xset s 60") end },
+ { "180 # 3m", function() awful.spawn.easy_async_with_shell("xset s 180") end },
+ { "300 # 5m", function() awful.spawn.easy_async_with_shell("xset s 300") end },
+ { "600 # 10m", function() awful.spawn.easy_async_with_shell("xset s 600") end },
+ { "900 # 15m", function() awful.spawn.easy_async_with_shell("xset s 900") end },
+ { "1800 # 30m", function() awful.spawn.easy_async_with_shell("xset s 1800") end },
+ { "2700 # 45m", function() awful.spawn.easy_async_with_shell("xset s 2700") end },
+ { "3600 # 1h", function() awful.spawn.easy_async_with_shell("xset s 3600") end },
+ { "7200 # 2h", function() awful.spawn.easy_async_with_shell("xset s 7200") end },
+ { "10800 # 3h", function() awful.spawn.easy_async_with_shell("xset s 10800") end },
+ { "14400 # 4h", function() awful.spawn.easy_async_with_shell("xset s 14400") end },
+ { "21600 # 6h", function() awful.spawn.easy_async_with_shell("xset s 21600") end },
}
dpms_menu = {
{ "off", function() awful.spawn.easy_async_with_shell("xset -dpms") end },
- { "10 # seconds", function() awful.spawn.easy_async_with_shell("xset dpms 10") end },
- { "30 # seconds", function() awful.spawn.easy_async_with_shell("xset dpms 30") end },
- { "60 # seconds", function() awful.spawn.easy_async_with_shell("xset dpms 60") end },
- { "3 # minutes", function() awful.spawn.easy_async_with_shell("xset dpms 180") end },
- { "5 # minutes", function() awful.spawn.easy_async_with_shell("xset dpms 300") end },
- { "10 # minutes", function() awful.spawn.easy_async_with_shell("xset dpms 600") end },
- { "15 # minutes", function() awful.spawn.easy_async_with_shell("xset dpms 900") end },
- { "30 # minutes", function() awful.spawn.easy_async_with_shell("xset dpms 1800") end },
- { "45 # minutes", function() awful.spawn.easy_async_with_shell("xset dpms 2700") end },
- { "60 # minutes", function() awful.spawn.easy_async_with_shell("xset dpms 3600") end },
- { "2 # hours", function() awful.spawn.easy_async_with_shell("xset dpms 7200") end },
- { "3 # hours", function() awful.spawn.easy_async_with_shell("xset dpms 10800") end },
- { "4 # hours", function() awful.spawn.easy_async_with_shell("xset dpms 14400") end },
- { "6 # hours", function() awful.spawn.easy_async_with_shell("xset dpms 21600") end },
+ { "10 # 10s", function() awful.spawn.easy_async_with_shell("xset dpms 10") end },
+ { "30 # 30s", function() awful.spawn.easy_async_with_shell("xset dpms 30") end },
+ { "60 # 1m", function() awful.spawn.easy_async_with_shell("xset dpms 60") end },
+ { "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 = {
@@ -116,7 +116,7 @@ myawesomemenu = {
{ "stagnate", function() awful.spawn.easy_async_with_shell("sh -c 'systemctl hibernate'") end},
{ "suspend", function() awful.spawn.easy_async_with_shell("sh -c 'systemctl suspend'") end},
{ "logout", function () awful.spawn("sh -c 'pkill -9 -u $USER'") end },
- { "lock", function() awful.spawn.easy_async_with_shell("sh -c 'slock'") end},
+ { "lock", function() awful.spawn.easy_async_with_shell("sh -c 'i3lock-fancy'") end},
}