Use tv.rs instead of tv.py

This commit is contained in:
Thomas Forgione 2018-09-26 17:01:00 +02:00
parent 4334156eeb
commit 278677ca86
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 6 additions and 6 deletions

View File

@ -473,27 +473,27 @@ globalkeys = awful.util.table.join(
end, {description="switch the caps lock", group="custom"}),
awful.key({modkey}, "#83", function()
awful.spawn.easy_async("tv.py enable left", function() end)
awful.spawn.easy_async("tvrs enable left", function() end)
end, {description="lol", group="custom"}),
awful.key({modkey}, "#84", function()
awful.spawn.easy_async("tv.py duplicate", function() end)
awful.spawn.easy_async("tvrs duplicate", function() end)
end, {description="lol", group="custom"}),
awful.key({modkey}, "#85", function()
awful.spawn.easy_async("tv.py enable right", function() end)
awful.spawn.easy_async("tvrs enable right", function() end)
end, {description="lol", group="custom"}),
awful.key({modkey}, "#80", function()
awful.spawn.easy_async("tv.py enable above", function() end)
awful.spawn.easy_async("tvrs enable above", function() end)
end, {description="lol", group="custom"}),
awful.key({modkey}, "#88", function()
awful.spawn.easy_async("tv.py enable below", function() end)
awful.spawn.easy_async("tvrs enable below", function() end)
end, {description="lol", group="custom"}),
awful.key({modkey}, "#90", function()
awful.spawn.easy_async("tv.py disable", function() end)
awful.spawn.easy_async("tvrs disable", function() end)
end, {description="lol", group="custom"}),
awful.key({modkey}, "z", function()