diff options
Diffstat (limited to '.config/awesome/awesome.lua')
-rw-r--r-- | .config/awesome/awesome.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/awesome/awesome.lua b/.config/awesome/awesome.lua index 61b1671..fa0d6ef 100644 --- a/.config/awesome/awesome.lua +++ b/.config/awesome/awesome.lua @@ -226,6 +226,7 @@ globalkeys = awful.util.table.join( awful.key({ }, "Print", function () awful.util.spawn("scrot") end), awful.key({ modkey, }, "Print", function () awful.util.spawn("scrot -s") end), + awful.key({ modkey, }, "Pause", function () awful.util.spawn("xset r rate 250 50") end), awful.key({ }, "XF86Suspend", function () awful.util.spawn(cmd.suspend) end), awful.key({ }, "XF86Sleep", function () awful.util.spawn(cmd.suspend) end), |