summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.net>2022-01-26 20:35:27 -0500
committertslil clingman <tslil@posteo.net>2022-01-26 20:35:27 -0500
commit7e3e5f9845738398564d865e8a5d3da7ae4073b2 (patch)
treeeb968ffea0bb2b55492bce22a5f30a5127c1f64d /.tmux.conf
parent1453c74668cf73d1d9124298ca912e28545b520f (diff)
KISS related changes
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf6
1 files changed, 4 insertions, 2 deletions
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