aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorKumar Damani <kdamani@kepler.space>2022-01-17 15:30:29 +0000
committerKumar Damani <kdamani@kepler.space>2022-01-17 15:30:29 +0000
commit9b6affb7e7ed43310d5db94b0ae2abaf2e630a12 (patch)
tree1dac596cdc845394835b37619f350788f3f7bd9a /tmux
parent50d91d49964ce9d59b5268f9135223c5aa1b184f (diff)
tmux, compton updates
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.config/tmux/tmux.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
index 058d407..33bea37 100644
--- a/tmux/.config/tmux/tmux.conf
+++ b/tmux/.config/tmux/tmux.conf
@@ -8,8 +8,10 @@
#############################
## set the default TERM
-set -g default-terminal screen
-set -as terminal-overrides ',st*:Ss@'
+#set -g default-terminal screen
+set -g default-terminal "screen-256color"
+
+# set -as terminal-overrides ',st*:Ss@'
## update the TERM variable of terminal emulator when creating a new session or attaching a existing session
set -g update-environment 'DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY TERM'