add termite shortcut to hotkey

This commit is contained in:
vincent 2018-11-14 18:57:13 +01:00
parent 21f81556e3
commit fc77823817

View File

@ -18,7 +18,7 @@ local hotkeys_popup = require("awful.hotkeys_popup").widget
-- Enable hotkeys help widget for VIM and other apps -- Enable hotkeys help widget for VIM and other apps
-- when client with a matching name is opened: -- when client with a matching name is opened:
require("awful.hotkeys_popup.keys") require("awful.hotkeys_popup.keys")
--require("awful.hotkeys_popup.keys.termite") require("hotkeys_popup.termite")
-- {{{ Error handling -- {{{ Error handling
-- Check if awesome encountered an error during startup and fell back to -- Check if awesome encountered an error during startup and fell back to
-- another config (This code will only ever execute for the fallback config) -- another config (This code will only ever execute for the fallback config)