From 278677ca86272d1ec46da3850b648750f136218c Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Wed, 26 Sep 2018 17:01:00 +0200 Subject: [PATCH] Use tv.rs instead of tv.py --- awesome/rc.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/awesome/rc.lua b/awesome/rc.lua index f93c416..edc9bd2 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -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()