From 6aedc119f6e74aed5f5b6771d6835ae0c566390a Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Mon, 8 Apr 2019 09:56:12 +0200 Subject: [PATCH] Fix bug --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 5da3583..4430f42 100644 --- a/rc.lua +++ b/rc.lua @@ -500,7 +500,7 @@ globalkeys = awful.util.table.join( awful.spawn.easy_async("tvrs disable --sound", function() end) end, {description="Disable the second screen", group="screen control"}), - awful.key({modkey}, "#90", function() + awful.key({modkey, "Shift"}, "#90", function() awful.spawn.easy_async("tvrs only-secondary --sound", function() end) end, {description="Disable the primary screen, using only the second", group="screen control"}),