From 737e9df202d085b439974ef82250c496f4de8655 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 4 Jul 2023 14:58:03 +0000 Subject: [PATCH] home: tmux: make status left longer --- home/tmux/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/tmux/default.nix b/home/tmux/default.nix index 8e673b1..70f037f 100644 --- a/home/tmux/default.nix +++ b/home/tmux/default.nix @@ -66,6 +66,9 @@ in # Allow any application to send OSC52 escapes to set the clipboard set -s set-clipboard on + # Longer session names in status bar + set -g status-left-length 16 + ${ lib.optionalString cfg.enabledPassthrough '' # Allow any application to use the tmux DCS for passthrough