summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-05-12 07:56:49 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-05-12 07:56:49 +0200
commit3b1b6ad32c6418cd41f814b2d1c8c0933da6d281 (patch)
tree16ce4be87adf0c9e01c329e770a0f2fbb4eb1131
parent1a5b904f5f4414d259919503aa3d3f6cb09afede (diff)
downloadconfig-3b1b6ad32c6418cd41f814b2d1c8c0933da6d281.tar.gz
config-3b1b6ad32c6418cd41f814b2d1c8c0933da6d281.zip
Tmux destroy unattached (I am using it only as multiplexer, not as session manager)
-rw-r--r--.tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 7df6d70..dc0a9be 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,4 +1,5 @@
1set -g status-right-length 120 1set -g status-right-length 120
2set -g status-right "#(status)" 2set -g status-right "#(status)"
3set -s copy-command "xsel -i" 3set -s copy-command "xsel -i"
4set -g destroy-unattached
4bind u run "tmux capture-pane; tmux show-buffer | dmenu-urlselect | xargs open-url" 5bind u run "tmux capture-pane; tmux show-buffer | dmenu-urlselect | xargs open-url"

Generated with cgit - Back to sebastiano.tronto.net