From 9f114a4afb2309a8693ee3d2b25dd565fd2ccf38 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sat, 10 May 2014 21:42:33 +0200 Subject: awesome: Require eminent --- .config/awesome/rc.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 32a3ce3..3f75405 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -15,6 +15,8 @@ local vicious = require("vicious") local switcher = require("switcher") +require("eminent") + -- {{{ Error handling -- Check if awesome encountered an error during startup and fell back to -- another config (This code will only ever execute for the fallback config) -- cgit