upd and cleanup in root dir, upd. tmux-mem-cpu-load

This commit is contained in:
2025-03-15 13:14:07 +01:00
parent 9b6a3716c0
commit 4bd5a8afd5
52 changed files with 43 additions and 241 deletions

2
linux/.tmux.conf Normal file → Executable file
View File

@@ -1,6 +1,7 @@
# set -g default-terminal "tmux-256color"
# Start numbering windows at 1
set -g base-index 1
set-option -g mouse on
set-option -g history-limit 125000
set-option -g status-style fg="#cccccc",bg="#444444"
@@ -22,4 +23,3 @@ if-shell "test '\( #{$TMUX_VERSION_MAJOR} -eq 2 -a #{$TMUX_VERSION_MINOR} -ge 6
if-shell "test '\( #{$TMUX_VERSION_MAJOR} -eq 2 -a #{$TMUX_VERSION_MINOR} -ge 6 \)'" 'set -ga terminal-overrides ",screen-256color:Tc"'
if-shell '\( #{$TMUX_VERSION_MAJOR} -eq 2 -a #{$TMUX_VERSION_MINOR} -lt 6\) -o #{$TMUX_VERSION_MAJOR} -le 1' 'set -g default-terminal "screen-256color"'