hyprland-dotfiles/.config/tmux/tmux.conf
2024-02-20 13:46:12 +01:00

9 lines
206 B
Plaintext

set -g mouse on
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'catppuccin/tmux'
run '~/.config/tmux/plugins/tpm/tpm'