diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-12-29 21:32:54 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-12-29 21:32:54 -0800 |
commit | 6e10b9ed7d744a6c6c56e1e132430191e65c70d1 (patch) | |
tree | a6b5dadd9d75972214c70071b7f8d6de11749dc3 | |
parent | cde4867da2986207cc1ae86c115d54ebaf96700f (diff) | |
download | nix-6e10b9ed7d744a6c6c56e1e132430191e65c70d1.tar nix-6e10b9ed7d744a6c6c56e1e132430191e65c70d1.tar.gz nix-6e10b9ed7d744a6c6c56e1e132430191e65c70d1.tar.bz2 nix-6e10b9ed7d744a6c6c56e1e132430191e65c70d1.tar.lz nix-6e10b9ed7d744a6c6c56e1e132430191e65c70d1.tar.xz nix-6e10b9ed7d744a6c6c56e1e132430191e65c70d1.tar.zst nix-6e10b9ed7d744a6c6c56e1e132430191e65c70d1.zip |
Update tmux.conf root@
-rw-r--r-- | home/root/common/core/tmux/tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/root/common/core/tmux/tmux.conf b/home/root/common/core/tmux/tmux.conf index ae43d03..edf21cb 100644 --- a/home/root/common/core/tmux/tmux.conf +++ b/home/root/common/core/tmux/tmux.conf @@ -1,6 +1,6 @@ #set-option -ga terminal-overrides ",st-256color:Tc" -set -as terminal-features ",foot*:RGB" -set -as terminal-features ",st-256color:RGB" +#set -as terminal-features ",foot*:RGB" +#set -as terminal-features ",st-256color:RGB" set -ga monitor-bell on set -g history-limit 100000 set -g bell-action any |