diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-05-12 07:56:49 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-05-12 07:56:49 +0200 |
| commit | 3b1b6ad32c6418cd41f814b2d1c8c0933da6d281 (patch) | |
| tree | 16ce4be87adf0c9e01c329e770a0f2fbb4eb1131 | |
| parent | 1a5b904f5f4414d259919503aa3d3f6cb09afede (diff) | |
| download | config-3b1b6ad32c6418cd41f814b2d1c8c0933da6d281.tar.gz config-3b1b6ad32c6418cd41f814b2d1c8c0933da6d281.zip | |
Tmux destroy unattached (I am using it only as multiplexer, not as session manager)
| -rw-r--r-- | .tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1,4 +1,5 @@ | |||
| 1 | set -g status-right-length 120 | 1 | set -g status-right-length 120 |
| 2 | set -g status-right "#(status)" | 2 | set -g status-right "#(status)" |
| 3 | set -s copy-command "xsel -i" | 3 | set -s copy-command "xsel -i" |
| 4 | set -g destroy-unattached | ||
| 4 | bind u run "tmux capture-pane; tmux show-buffer | dmenu-urlselect | xargs open-url" | 5 | bind u run "tmux capture-pane; tmux show-buffer | dmenu-urlselect | xargs open-url" |
