diff options
-rw-r--r-- | config/awesome/rc.lua | 2 |
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), |