tmux, some refactoring

This commit is contained in:
Till 2024-01-13 01:14:24 +01:00
parent d994ac0650
commit ba0a7c40fa
9 changed files with 90 additions and 8 deletions

View file

@ -5,7 +5,7 @@
enable = true;
settings = {
main = {
shell = "${pkgs.fish}/bin/fish -c 'tmux attach || tmux'";
shell = "${pkgs.fish}/bin/fish -c 'tmux attach'";
pad = "22x22";
font = "JetBrains Mono:size=14";
initial-window-mode = "maximized";