Compare commits
2 commits
2e53d24159
...
e14c5f3122
| Author | SHA1 | Date | |
|---|---|---|---|
| e14c5f3122 | |||
| b4d0d5f0a0 |
2 changed files with 6 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
programs.tmux = {
|
programs.tmux = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
escapeTime = 0;
|
||||||
baseIndex = 1;
|
baseIndex = 1;
|
||||||
terminal = "screen-256color";
|
terminal = "screen-256color";
|
||||||
clock24 = true;
|
clock24 = true;
|
||||||
|
|
|
||||||
|
|
@ -149,6 +149,11 @@ in {
|
||||||
client.urgent $peach $base $peach $overlay0 $peach
|
client.urgent $peach $base $peach $overlay0 $peach
|
||||||
client.placeholder $overlay0 $base $text $overlay0 $overlay0
|
client.placeholder $overlay0 $base $text $overlay0 $overlay0
|
||||||
client.background $base
|
client.background $base
|
||||||
|
|
||||||
|
smart_borders on
|
||||||
|
default_border pixel 3
|
||||||
|
gaps inner 5
|
||||||
|
gaps outer 3
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue