a lot of meow

This commit is contained in:
2026-08-03 11:04:49 +01:00
parent 47c31cc539
commit cce3c78ae5
7 changed files with 230 additions and 175 deletions
+7 -6
View File
@@ -15,12 +15,13 @@
minimal-tmux-status
];
extraConfig = ''
set-option -g default-terminal "tmux-256color"
set -as terminal-features ",xterm-256color:RGB"
set -g status-bg black
set -g status-fg white
set -g mouse on
set -g extended-keys on
set-option -g default-terminal "tmux-256color"
set -as terminal-features ",xterm-256color:RGB"
set -g status-bg black
set -g status-fg white
set -g mouse on
set -g extended-keys on
set -g allow-passthrough on
'';
};
};