Fixed some config of dwm, tmux alacritty
This commit is contained in:
parent
64e0a79009
commit
968b15968b
4 changed files with 110 additions and 88 deletions
|
@ -34,11 +34,11 @@
|
|||
|
||||
];
|
||||
prefix = "C-a";
|
||||
terminal = "xterm-256color";
|
||||
terminal = "alacritty";
|
||||
keyMode = "vi";
|
||||
escapeTime = 0;
|
||||
extraConfig = "
|
||||
|
||||
";
|
||||
extraConfig = ''
|
||||
set-option -ga terminal-overrides ",alacritty:Tc"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue