Skip to content

Commit

Permalink
Disable titles on .tmux.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
zunkree committed Sep 29, 2011
1 parent 9ae7787 commit 787c120
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

# Основные настройки --------------------------------------------------------------

set -g set-titles on # Разрешить смену заголовков в оконном менеджере
set -g set-titles-string "tmux.#I.#W" # Формат строки заголовка
# set -g set-titles on # Разрешить смену заголовков в оконном менеджере
# set -g set-titles-string "tmux.#I.#W" # Формат строки заголовка

set -g base-index 1 # Начинать отсчёт окон с первого

Expand All @@ -19,8 +19,8 @@ bind-key K confirm kill-server # Подтверждат

set -g display-time 2000 # Время в миллисекундах, сколько будут отображаться сообщения (в статусбаре к примеру)

set-option -g set-titles on
set-option -g set-titles-string '#H:#S.#I.#P #W #T' # window number,program name,active (or not)
# set-option -g set-titles on
# set-option -g set-titles-string '#H:#S.#I.#P #W #T' # window number,program name,active (or not)

# Цвета ---------------------------------------------------------------------

Expand Down

0 comments on commit 787c120

Please sign in to comment.