diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-03-06 14:25:30 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-03-06 14:25:30 +0100 |
commit | 2049221388f7be88703f4994d135ad8fbe1eb20f (patch) | |
tree | 6769e87a02d30670ef603c6fc70d921b05697eed /tmux/.tmux.conf | |
parent | 52a0dd8ddb5163211dd7e3835513937a6b856f2b (diff) |
[vifm] Add shortcut for inkscape
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r-- | tmux/.tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 3775965..3d27940 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -22,6 +22,7 @@ set -g pane-border-status off # Alternative: top/bottom/... set -g pane-border-format "#{pane_current_command}" set-hook -g session-created "if-shell '[ -n \""'$SSH_CONNECTION'"\" ]' 'set status-bg \"#aa4444\"'" +set-hook -g client-attached "if-shell '[ -n \""'$SSH_CONNECTION'"\" ]' 'set status-bg \"#aa4444\"'" PILOT_IGNORE= PILOT_BOUNDARY=ignore |