Module awful.hotkeys_popup.keys.tmux
tmux hotkeys for awful.hotkeys_widget
Info:
- Copyright: 2017 nahsi
- Author: nahsi nashi@airmail.cc
Functions
add_rules_for_terminal (rule) | Add rules to match tmux session. |
Functions
Methods- add_rules_for_terminal (rule)
-
Add rules to match tmux session.
For example:
tmux.add_rules_for_terminal({ rule = { name = { "tmux" }}})
will show tmux hotkeys for any window that has 'tmux' in its title. If no rules are provided then tmux hotkeys will be shown always!
- rule table Rules to match a window containing a tmux session.
See also: