diff --git a/awesome/rc.lua b/awesome/rc.lua index 87984ae..5b15989 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -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()