aboutsummaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2023-10-10 07:56:02 +0200
committerjakob.stendahl <jakob.stendahl@infomedia.dk>2023-10-10 07:56:17 +0200
commit643fdee5981c72dd5e972d3158806e90ae4b420f (patch)
treef322414b61e4c59061bcefb00f80b7b3be1d6b87 /linux
parent5cfffcdc264e62f2b1680620774e34d9f60a4d4e (diff)
downloaddotfiles-643fdee5981c72dd5e972d3158806e90ae4b420f.tar.gz
dotfiles-643fdee5981c72dd5e972d3158806e90ae4b420f.zip
Do some changes, switch to alacritty, etc
Diffstat (limited to 'linux')
-rw-r--r--linux/tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/tmux.conf b/linux/tmux.conf
index d4f8a7d..35f249b 100644
--- a/linux/tmux.conf
+++ b/linux/tmux.conf
@@ -1,7 +1,7 @@
# -- general -------------------------------------------------------------------
#set -g default-terminal "xterm-256color"
-#set -g default-terminal "screen-256color"
-set -g default-terminal "xterm-256color"
+set -g default-terminal "screen-256color"
+#set -g default-terminal "xterm-256color"
#set -as terminal-overrides ",*:U8=0"
#set-option -sa terminal-overrides ',xterm-256color:RGB'