diff --git a/dot_config/tmux/tmux.conf b/dot_config/tmux/tmux.conf index 6e4d5e7..474840e 100644 --- a/dot_config/tmux/tmux.conf +++ b/dot_config/tmux/tmux.conf @@ -144,17 +144,10 @@ if -b '[ -c /dev/clipboard ]' 'bind y run -b "tmux save-buffer - > /dev/clipboar set -g @plugin 'catppuccin/tmux' set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'tmux-plugins/tmux-battery' -set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'tmux-plugins/tmux-cpu' -set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'yardnsm/tmux-1password' -# Continuum / Resurrect -set -g @continuum-restore 'on' -set -g @continuum-boot 'off' -set -g @continuum-boot-options 'kitty' - # Configure Cpu set -g @cpu_percentage_format "%03d%%" set -g @cpu_low_fg_color "#{E:#{@thm_green}}"