From 360e79aa8a6512f618636f7050448d672552b090 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Thu, 5 Feb 2026 02:37:30 +0100 Subject: [PATCH] Don't hide scratch sessions --- sesh/dot-config/sesh/sesh.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sesh/dot-config/sesh/sesh.toml b/sesh/dot-config/sesh/sesh.toml index d7a75e6..be3555c 100644 --- a/sesh/dot-config/sesh/sesh.toml +++ b/sesh/dot-config/sesh/sesh.toml @@ -1,10 +1,7 @@ -# Hide all scratch sessions -blacklist = ["scratch-*"] - -# Scratch sessions rename themselves to something unique and are hidden from the overview +# Scratch sessions rename themselves to something unique [[session]] name = "scratch" -startup_command = "tmux rename-session scratch-$(echo -n $(date) | sha256sum | cut -c1-4) && tmux set detach-on-destroy on && clear" +startup_command = "tmux rename-session scratch-$(echo -n $(date) | sha256sum | cut -c1-4) && clear" [[session]] name = "automation_rs"