summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2017-07-17 09:56:59 +0200
committerPeter Palfrader <peter@palfrader.org>2017-07-17 09:56:59 +0200
commit6a0d1f0d206943dd643814f9b9f9fd3499149a06 (patch)
tree699a10755f8091439fd0d3a99e15e9501be048bf
parenta4542edcd9ad283a4d0de000873861e95e633e57 (diff)
spawn bt-headset on pressing the "5" key on the top row of my keyboard
-rw-r--r--config/awesome/rc.lua2
1 files changed, 2 insertions, 0 deletions
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),