From a45d78247c453d760e8d426b7e27a69dbd62454f Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Mon, 11 Nov 2024 18:32:55 +0100 Subject: [PATCH] Tmux config updated. --- tmux.conf | 2 +- update.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tmux.conf b/tmux.conf index 327907a..65acbad 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,6 +1,5 @@ # Plugind set -g @plugin 'tmux-plugins/tpm' -# set -g @plugin 'thewtex/tmux-mem-cpu-load' set -g @plugin 'tmux-plugins/tmux-yank' # Install `tpm` if needed. @@ -49,6 +48,7 @@ set-option -g default-terminal "tmux-256color" set-option -sa terminal-features ',xterm-256color:RGB' set-option -sg escape-time 1 set-option -g focus-events on +set-option -g status-right-length 100 # set -g allow-passthrough on # set -g extended-keys on diff --git a/update.sh b/update.sh index 32bb6e8..0412507 100755 --- a/update.sh +++ b/update.sh @@ -127,9 +127,9 @@ cargo install starship --locked printf -- '\033[33m Installing fd\n\033[37m' sudo apt install -y fd-find -# Install lan-mouse -sudo apt install -y libadwaita-1-dev libgtk-4-dev libx11-dev libxtst-dev -cargo install lan-mouse +# # Install lan-mouse +# sudo apt install -y libadwaita-1-dev libgtk-4-dev libx11-dev libxtst-dev +# cargo install lan-mouse # Install lazygit printf -- '\033[33m Installing lazygit\n\033[37m'