added a custom keybind for displaying bpytop

This commit is contained in:
aminnairi
2025-11-19 12:36:55 +01:00
parent e8f2ebb208
commit 296b06895f
+4 -1
View File
@@ -51,6 +51,9 @@ unbind '"'
# Unbinding the old keybind for splitting the pane horizontally
unbind %
# Custom popup for system monitoring
bind-key m display-popup -w 85% -h 85% -E "bpytop"
# Disable completely the mouse
set -g mouse off
@@ -68,7 +71,7 @@ set-option -g focus-events on
# Terminal feature specific to Neovim
set-option -sa terminal-overrides ',tmux-256color:Tc'
set-option -as terminal-features ',xterm-kitty:RGB'
set-option -as terminal-features ',*:RGB'
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0