diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-07-23 23:55:29 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-07-23 23:55:29 +0200 |
| commit | 5f8fbadccac42c900dec2050e6716fbfb556b12d (patch) | |
| tree | 5ab45fd92fc2f914829029510ccdbed721db0df3 /.config/tmux/tmux.conf | |
| parent | 4a887c6653a1db7b660c0fa99f9371c53830fce2 (diff) | |
updated wireplumber config for new version
Diffstat (limited to '.config/tmux/tmux.conf')
| -rw-r--r-- | .config/tmux/tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 389f1ff..e2f9959 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -12,10 +12,10 @@ set -g set-titles-string "#T" set -g automatic-rename off # Enable RGB colour if running in xterm(1) -set-option -sa terminal-overrides ",xterm*:Tc" +# set-option -sa terminal-overrides ",xterm*:Tc" # Change the default $TERM to tmux-256color -set -g default-terminal "tmux-256color" +# set -g default-terminal "tmux-256color" # Set history-limit set -g history-limit 30000 |
