diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-04-07 17:49:13 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-04-07 17:49:13 +0200 |
commit | 02843751a671920e7938d4c336becc4f8ef211c9 (patch) | |
tree | 8358136cd7c7734a825d6989078e9d132b17a692 /dotfiles | |
parent | Home: Switch from st to alacritty (diff) | |
download | nixos-config-02843751a671920e7938d4c336becc4f8ef211c9.tar.gz nixos-config-02843751a671920e7938d4c336becc4f8ef211c9.tar.bz2 nixos-config-02843751a671920e7938d4c336becc4f8ef211c9.zip |
Dotfiles: Tmux: Set window titles
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index ee1e78a..8b733a7 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -1,4 +1,5 @@ set-option -sa terminal-overrides ",xterm*:Tc" +set-option -g set-titles on set -g mouse on set -g set-clipboard on |