awesome now uses tv.py instead of tv.sh

This commit is contained in:
Thomas Forgione 2017-05-23 20:44:03 +02:00
parent 6d18afa768
commit 9ca57362aa
No known key found for this signature in database
GPG Key ID: 2B5C8A9986271A42
1 changed files with 6 additions and 6 deletions

View File

@ -405,27 +405,27 @@ globalkeys = awful.util.table.join(
end, {description="switch the caps lock", group="custom"}),
awful.key({modkey}, "#83", function()
os.execute("tv.sh enable left-of")
os.execute("tv.py enable left")
end, {description="lol", group="custom"}),
awful.key({modkey}, "#84", function()
os.execute("tv.sh duplicate")
os.execute("tv.py duplicate")
end, {description="lol", group="custom"}),
awful.key({modkey}, "#85", function()
os.execute("tv.sh enable")
os.execute("tv.py enable right")
end, {description="lol", group="custom"}),
awful.key({modkey}, "#80", function()
os.execute("tv.sh enable above")
os.execute("tv.py enable above")
end, {description="lol", group="custom"}),
awful.key({modkey}, "#88", function()
os.execute("tv.sh enable below")
os.execute("tv.py enable below")
end, {description="lol", group="custom"}),
awful.key({modkey}, "#90", function()
os.execute("tv.sh disable")
os.execute("tv.py disable")
end, {description="lol", group="custom"}),
awful.key({modkey, "Shift"}, "m", function()