Compare commits

...

2 commits

Author SHA1 Message Date
e14c5f3122 talos: home: put some gaps in sway 2025-02-21 22:00:56 +01:00
b4d0d5f0a0 home: tmux: disable escape time
How am I only finding out about this now?
2025-02-21 22:00:30 +01:00
2 changed files with 6 additions and 0 deletions

View file

@ -19,6 +19,7 @@ in {
config = mkIf cfg.enable {
programs.tmux = {
enable = true;
escapeTime = 0;
baseIndex = 1;
terminal = "screen-256color";
clock24 = true;

View file

@ -149,6 +149,11 @@ in {
client.urgent $peach $base $peach $overlay0 $peach
client.placeholder $overlay0 $base $text $overlay0 $overlay0
client.background $base
smart_borders on
default_border pixel 3
gaps inner 5
gaps outer 3
'';
};