From 6bdf11d070ab7b290878d724c46af486b94ff240 Mon Sep 17 00:00:00 2001 From: Arne Schauf Date: Fri, 5 Feb 2016 22:11:30 +0100 Subject: [PATCH] open pavuontrol on mute --- qtile_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qtile_config.py b/qtile_config.py index 7295889..bcc20b2 100644 --- a/qtile_config.py +++ b/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()),