From f62e6230dd050c26ac245c9a7f63a4d0ee7d57de Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sat, 26 Nov 2011 11:36:21 +0100 Subject: awesome: Add shortcut for setting keyboard rate Until i find a proper solution to set keyboard rate when hotplugging a keyboard. --- .config/awesome/awesome.lua | 1 + 1 file changed, 1 insertion(+) (limited to '.config') 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), -- cgit