From 7e1633cb04fffe69bfdfbcf9406907699dfb3856 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sat, 10 May 2014 20:55:41 +0200 Subject: awesome: Rewrite for awesome 3.5 API --- .config/awesome/runonce.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/awesome/runonce.lua') diff --git a/.config/awesome/runonce.lua b/.config/awesome/runonce.lua index fd57cde..b0d7143 100644 --- a/.config/awesome/runonce.lua +++ b/.config/awesome/runonce.lua @@ -1,6 +1,8 @@ -- @author Peter J. Kranz (Absurd-Mind, peter@myref.net) -- Any questions, criticism or praise just drop me an email +local awful = require("awful") + local M = {} -- get the current Pid of awesome -- cgit