awesome now uses tv.py instead of tv.sh
This commit is contained in:
parent
6d18afa768
commit
9ca57362aa
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue