diff options
-rw-r--r-- | .config/awesome/rc.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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) |