From 5b730472704fff172e6cfe96ffbae388609931f2 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 8 Dec 2021 23:51:45 +0200
Subject: [PATCH] Tweak Tmux's config.

A little more room for the session name.
---
 .tmux.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.tmux.conf b/.tmux.conf
index ad05793..5e84187 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,7 +1,7 @@
 bind-key b send-prefix
 set -g set-titles on
 set -g set-titles-string '#T'
-set -g status-left-length 12
+set -g status-left-length 15
 
 # Copied from https://github.com/seebi/tmux-colors-solarized/blob/master/tmuxcolors-dark.conf
 #### COLOUR (Solarized dark)
-- 
GitLab