config

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

commit 9f1b510f72dc6377c0eed87e81bb57e4a776fa18
parent 834f127ef8d3952bfe0deaa2abc31075d0d45de4
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Sat,  9 May 2026 21:56:07 +0200

Very basic tmux.conf

Diffstat:
A.tmux.conf | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

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