Fix bug
This commit is contained in:
parent
b1bb372e99
commit
6aedc119f6
2
rc.lua
2
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"}),
|
||||
|
||||
|
|
Loading…
Reference in New Issue