From 7e3e5f9845738398564d865e8a5d3da7ae4073b2 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Wed, 26 Jan 2022 20:35:27 -0500 Subject: KISS related changes --- .tmux.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index 75e88e6..807a91a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,6 +1,8 @@ set -g default-command "${SHELL}" -set -g default-terminal "screen-256color" +set -g default-terminal "tmux-256color" +set -ga terminal-overrides ",foot:Tc" +set -sg escape-time 25 set -g set-titles on set -g set-titles-string "#T" @@ -12,7 +14,7 @@ setw -g window-status-format "#[fg=black]#[bg=#DAEFEF] #I #W " setw -g window-status-current-format "#[fg=black]#[bg=#8888CC] * #[bg=#EAEA9E] #W " set -g status-left "" -set -g status-right "#[fg=black][ %y.%m.%d %Hh%M ]" +set -g status-right "#[fg=black][#(battery)] [%y.%m.%d %Hh%M]" unbind C-t unbind C-b -- cgit v1.2.3