summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authortslil clingman <>2022-04-06 16:20:11 -0400
committertslil clingman <>2022-04-06 16:20:11 -0400
commit4af79f764d31692ce5146f5c9a00355c3b35f654 (patch)
tree28d657b7f648c376deecb7bcf6ca4dba2dc7779c /.tmux.conf
parentc5224d827b34b9f63b5028d8ab4730cdf0b182b6 (diff)
parent0b4aa5db57f3572feb97cadc61db3f69665989c8 (diff)
Merge branch 'master' of git.sr.ht:~tslil/dotfiles
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