Compare commits

..

No commits in common. "e14c5f31223514fc9c078d1ce19753d99bd17f13" and "2e53d24159a968e576813512c83b1e13fba3ae65" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View file

@ -19,7 +19,6 @@ 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;

View file

@ -149,11 +149,6 @@ 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
''; '';
}; };