X-Git-Url: https://git.llucax.com/personal/ion3-config.git/blobdiff_plain/95055893030d872a0836efab8981ab50b5f4cf20..12bf05b20a48ce054f435119d948576105584c06:/default/luca_key_bindings.lua diff --git a/default/luca_key_bindings.lua b/default/luca_key_bindings.lua index 880263c..5a2a493 100644 --- a/default/luca_key_bindings.lua +++ b/default/luca_key_bindings.lua @@ -69,8 +69,11 @@ defbindings("WMPlex.toplevel", { bdoc("Run a mail user agent."), kpress("m", "ioncore.exec_on(_, 'x-terminal-emulator -e muttng')"), + bdoc("Run an address book."), + kpress("a", "ioncore.exec_on(_, 'x-terminal-emulator -e abook')"), + bdoc("Run a jabber client."), - kpress("j", "ioncore.exec_on(_, 'x-terminal-emulator -e mcabber')"), + kpress("j", "ioncore.exec_on(_, 'psi')"), }),