From f9f0881121480a83e046b593e454242f6d522be5 Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Sun, 31 Mar 2024 13:57:30 +0300 Subject: [PATCH] [~] Refactor --- dotfiles/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/.tmux.conf b/dotfiles/.tmux.conf index 8cd705e..e53dba3 100644 --- a/dotfiles/.tmux.conf +++ b/dotfiles/.tmux.conf @@ -39,4 +39,5 @@ set-option -g set-titles on set-option -g set-titles-string "#S / #W" set -g status-right "#H %H:%M:%S %Y-%m-%d %Z" set -g status-interval 1 +set -g status-right-length 60 set -g mouse on