diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index f2ee93c..db2363c 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -18,7 +18,7 @@ local hotkeys_popup = require("awful.hotkeys_popup").widget -- Enable hotkeys help widget for VIM and other apps -- when client with a matching name is opened: require("awful.hotkeys_popup.keys") ---require("awful.hotkeys_popup.keys.termite") +require("hotkeys_popup.termite") -- {{{ 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)