URI:
       tmux: monitor activity - dotfiles - 🍚 personal arsenal of "rice"
  HTML git clone https://git.drkhsh.at/dotfiles.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 85a2aa3f59d41b516f2724697e3c723e5b3ef02b
   DIR parent 6029b3fd4a8cece6a40d94ed036319fd5c66b6c4
  HTML Author: drkhsh <drkhsh@escpe.net>
       Date:   Wed, 25 Sep 2024 11:20:54 +0200
       
       tmux: monitor activity
       
       Diffstat:
         M tmux/.config/tmux/tmux.conf         |       4 +++-
       
       1 file changed, 3 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
       @@ -30,11 +30,13 @@ set -g renumber-windows on
        set -g base-index 1 # start window index from 1
        setw -g pane-base-index 1 # start pane index from 1
        
       +# visual-activity
       +set -g -w monitor-activity on
       +
        # well, shut up
        set-option -g visual-activity on
        set-option -g visual-bell off
        set-option -g visual-silence off
       -set-window-option -g monitor-activity off
        set-option -g bell-action none
        
        # neovim recommends the below `escape` time setting