Don't hide scratch sessions

This commit is contained in:
2026-02-05 02:37:30 +01:00
parent d84bc8062e
commit 360e79aa8a

View File

@@ -1,10 +1,7 @@
# Hide all scratch sessions # Scratch sessions rename themselves to something unique
blacklist = ["scratch-*"]
# Scratch sessions rename themselves to something unique and are hidden from the overview
[[session]] [[session]]
name = "scratch" 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]] [[session]]
name = "automation_rs" name = "automation_rs"