diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-19 15:47:17 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-19 15:47:17 +0200 |
| commit | f1ae4f588da2fd34b51d6e932ff35707dd95c836 (patch) | |
| tree | a07f964ac68745a051f9ba89aaf16593a7bf6061 /.config/tmux | |
| parent | ed7774292c866eb1ca5be8c8b022e06ece900993 (diff) | |
| download | dotfiles-f1ae4f588da2fd34b51d6e932ff35707dd95c836.tar.gz dotfiles-f1ae4f588da2fd34b51d6e932ff35707dd95c836.zip | |
misc: clean up launchers (nvim/tmux/foot)
They now all use an icon, KDE properly removes the titlebar and frame.
Diffstat (limited to '.config/tmux')
| -rw-r--r-- | .config/tmux/tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 3585551..7e3dcc3 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -10,6 +10,8 @@ set-option -g status-keys vi # All mouse keys will be captured, use Shift+click to pass through set-option -g mouse on +set-option -g set-titles on +set-option -g set-titles-string "#S" set-option -g status-left-length 27 set-option -g status-left " #{p19:#{=/18/…:session_name}} ║" set-option -g status-left-style "reverse,bold" |
