hyprland-dotfiles/.config/tmux/tmux.conf

9 lines
206 B
Plaintext
Raw Permalink Normal View History

2023-12-03 18:15:25 +01:00
set -g mouse on
2024-02-20 13:46:12 +01:00
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'