summaryrefslogtreecommitdiff
path: root/bindings.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bindings.lua')
-rw-r--r--bindings.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings.lua b/bindings.lua
index 8aa9d48..ebaf864 100644
--- a/bindings.lua
+++ b/bindings.lua
@@ -35,6 +35,7 @@ function M.create(workspace)
awful.key({ modkey }, "Prior", function () utils.vol_control(1) end),
awful.key({ modkey }, "Next", function () utils.vol_control(-1) end),
awful.key({ modkey }, "End", utils.vol_mute_toggle),
+ awful.key({ modkey }, "Delete", function () utils.auto_mute_toggle(workspace.notify_tbl, 'auto_mute') end),
awful.key({ modkey }, "grave", function () awful.spawn("mpc toggle") end),
awful.key({ modkey }, "b", function () awful.spawn("mpc next") end),
awful.key({ modkey }, "p", function () awful.spawn("mpc prev") end),