From ec030c77b9acf16cf33011558425a8effbe79498 Mon Sep 17 00:00:00 2001 From: Martin Paulucci Date: Wed, 24 Apr 2013 23:14:26 -0300 Subject: [PATCH] "tyranic" throws 'nil variable' error --- example.rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.rc.lua b/example.rc.lua index 8c909d9..441bbd3 100644 --- a/example.rc.lua +++ b/example.rc.lua @@ -155,7 +155,7 @@ tyrannical.properties.ontop = { } -- Force the matching clients (by classes) to be centered on the screen on init -tyranic.properties.centered = { +tyrannical.properties.centered = { "kcalc" }