fix tmux over mosh copy & boot config

This commit is contained in:
Evan Reichard 2025-10-01 17:55:44 -04:00
parent eb0c28d2f0
commit e173ddffc9
2 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,7 @@ in
set -g status-position top
set -g mouse on
setw -g mode-keys vi
set -ga terminal-overrides ",xterm-256color:Tc"
set -ag terminal-overrides ",xterm-256color:Tc:Ms=\\E]52;c%p1%.0s;%p2%s\\7"
# Start Index 1
set -g base-index 1

View File

@ -12,6 +12,8 @@ in
system = {
boot = {
enable = true;
enableGrub = false;
enableSystemd = true;
xenGuest = true;
};