Explorar el Código

~/.tmux.conf: Set the application name as the terminal title

This makes for prettier log messages in ~/.eventstream (not just urxvt
there).
Lucas Stadler %!s(int64=13) %!d(string=hace) años
padre
commit
6102193e06
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .tmux.conf

+ 2 - 0
.tmux.conf

@ -8,6 +8,8 @@
8 8
9 9
set -g default-terminal "screen-256color"
10 10
set -g status-utf8 on
11
set-option -g set-titles on
12
set-option -g set-titles-string "tmux(#I): #W"
11 13
12 14
set -g status-bg black
13 15
set -g status-fg white