summaryrefslogtreecommitdiff
path: root/.config/tmux
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2024-07-23 23:55:29 +0200
committeryuzu-eva <stevenhu@web.de>2024-07-23 23:55:29 +0200
commit5f8fbadccac42c900dec2050e6716fbfb556b12d (patch)
tree5ab45fd92fc2f914829029510ccdbed721db0df3 /.config/tmux
parent4a887c6653a1db7b660c0fa99f9371c53830fce2 (diff)
updated wireplumber config for new version
Diffstat (limited to '.config/tmux')
-rw-r--r--.config/tmux/tmux.conf4
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