From fc77823817a1ab2f7fa13b5b1d2cec14ffa90054 Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 14 Nov 2018 18:57:13 +0100 Subject: [PATCH] add termite shortcut to hotkey --- awesome/.config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)