diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 9f3d509..c1acd23 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,7 +1,7 @@ # Start a session if none exists new-session -s main # Start htop and split window -set-hook -t main session-created 'send-keys -t main:0 "htop" C-m; split-window' +set-hook -t main session-created 'send-keys -t main:0 "sudo htop" C-m; split-window' # remap prefix from 'C-b' to 'C-a' unbind C-b set-option -g prefix C-a