From 6a0d1f0d206943dd643814f9b9f9fd3499149a06 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 17 Jul 2017 09:56:59 +0200 Subject: spawn bt-headset on pressing the "5" key on the top row of my keyboard --- config/awesome/rc.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 05d3251..dca0a84 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -326,6 +326,8 @@ globalkeys = awful.util.table.join( awful.spawn("amixer -q -D default sset Master 1%-", false) end), awful.key({ }, "XF86AudioMute", function () awful.spawn("amixer -q -D default sset Master toggle", false) end), + awful.key({ }, "XF86Launch9", function () + awful.spawn("bt-headset", false) end), awful.key({ modkey }, "x", function () awful.util.spawn_with_shell("urxvt") end), awful.key({ modkey, "Shift" }, "x", function () awful.util.spawn_with_shell("urxvt -title FURxvt") end), -- cgit v1.2.3