From 4ad69b779faf747159729a9c61c50686281613b5 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Thu, 27 Apr 2023 11:12:58 +0300 Subject: [PATCH] tmux: disable mouse and increase right section length --- config/.tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/.tmux.conf b/config/.tmux.conf index 46f5f59..2949e71 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -2,13 +2,14 @@ set -g default-terminal "xterm-256color" set -sg escape-time 0 set-option -ga terminal-overrides ",xterm-256color:Tc" -set -g mouse on +set -g mouse off set -sg base-index 1 set -wg pane-base-index 1 # statusline set -g status-left "[#S] " -set -g status-right "[#($HOME/dotfiles/bin/tmux_battery.sh)] \"#H\" %H:%M %d-%m-%Y" +set -g status-right "[#($HOME/dotfiles/bin/tmux_battery.sh)] \"#H\" %H:%M %d/%m/%Y" +set -g status-right-length 50 set -ag status-style "bg=#d4be98" set -ag status-style "fg=#32302f"