alacritty fix
This commit is contained in:
parent
9467e4cb8a
commit
ceedbfdddb
|
@ -440,19 +440,21 @@ in
|
|||
window = {
|
||||
padding.x = 5;
|
||||
padding.y = 5;
|
||||
decoration = "none";
|
||||
decorations = "None";
|
||||
dynamic_title = false;
|
||||
};
|
||||
dynamic_title = false;
|
||||
mouse_hide_when_typing = true;
|
||||
draw_bold_text_with_bright_colors = false;
|
||||
mouse.hide_when_typing = true;
|
||||
scrolling.history = 0;
|
||||
font = {
|
||||
normal.family = "SAX2 Nerd Font";
|
||||
size = 11;
|
||||
};
|
||||
colors = {
|
||||
background = "#1d1f21";
|
||||
foreground = "#c5c8c6";
|
||||
draw_bold_text_with_bright_colors = false;
|
||||
primary = {
|
||||
background = "#1d1f21";
|
||||
foreground = "#c5c8c6";
|
||||
};
|
||||
};
|
||||
shell.program =
|
||||
let tmux-menu = pkgs.writeScript "tmux-menu" ''
|
||||
|
@ -469,7 +471,7 @@ in
|
|||
read -p "Name? " -r n
|
||||
${pkgs.tmux}/bin/tmux new -s "$n" ;;
|
||||
"Raw Shell")
|
||||
${pkgs.bash}/bin/bash --login ;;
|
||||
${pkgs.bashInteractive}/bin/bash --login ;;
|
||||
*)
|
||||
${pkgs.tmux}/bin/tmux attach-session -t "''${c%%:*}" ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue
Block a user