open pavuontrol on mute

master
Arne Schauf 9 years ago
parent 497605f0f9
commit 6bdf11d070
  1. 1
      qtile_config.py

@ -86,6 +86,7 @@ keys = [
),
Key([mod], "Return", lazy.spawn("terminator")),
Key(["control", "mod1"], "l", lazy.spawn("xautolock -locknow")),
Key([], "XF86AudioMute", lazy.spawn("pavucontrol")),
# Toggle between different layouts as defined below
Key([mod], "Tab", lazy.next_layout()),

Loading…
Cancel
Save