This commit is contained in:
Thomas Forgione 2019-04-08 09:56:12 +02:00
parent b1bb372e99
commit 6aedc119f6
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

@ -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"}),