Palette library integrated + polybar and alacritty
This commit is contained in:
parent
a61bfe3c50
commit
ef5b48d142
17 changed files with 1090 additions and 214 deletions
|
|
@ -4,6 +4,7 @@
|
|||
enable = true;
|
||||
clock24 = true;
|
||||
escapeTime = 25;
|
||||
terminal = "screen-256color";
|
||||
plugins = with pkgs; [
|
||||
tmuxPlugins.continuum
|
||||
tmuxPlugins.prefix-highlight
|
||||
|
|
@ -12,9 +13,5 @@
|
|||
extraConfig = ''
|
||||
set -g mouse on
|
||||
'';
|
||||
|
||||
# set -g default-terminal "screen"
|
||||
# set -ga terminal-overrides ",col:Tc"
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue