config

My configuration files and custom scripts.
git clone https://git.tronto.net/config
Download | Log | Files | Refs

commit 3b1b6ad32c6418cd41f814b2d1c8c0933da6d281
parent 1a5b904f5f4414d259919503aa3d3f6cb09afede
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Tue, 12 May 2026 07:56:49 +0200

Tmux destroy unattached (I am using it only as multiplexer, not as session manager)

Diffstat:
M.tmux.conf | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.tmux.conf b/.tmux.conf @@ -1,4 +1,5 @@ set -g status-right-length 120 set -g status-right "#(status)" set -s copy-command "xsel -i" +set -g destroy-unattached bind u run "tmux capture-pane; tmux show-buffer | dmenu-urlselect | xargs open-url"