add termite shortcut to hotkey
This commit is contained in:
parent
21f81556e3
commit
fc77823817
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user