From 6d16a94cfbb2b6c046ec685bac60eadafde54f42 Mon Sep 17 00:00:00 2001 From: andre Date: Sun, 30 Nov 2025 12:30:52 +0100 Subject: [PATCH] =?UTF-8?q?rootfs/home/andre/.tmux.conf=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rootfs/home/andre/.tmux.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 rootfs/home/andre/.tmux.conf diff --git a/rootfs/home/andre/.tmux.conf b/rootfs/home/andre/.tmux.conf new file mode 100644 index 0000000..ddb9aa4 --- /dev/null +++ b/rootfs/home/andre/.tmux.conf @@ -0,0 +1,14 @@ +set -g mouse on + +# Synchronize panes toggle +bind S set-window-option synchronize-panes \; display-message "synchronize-panes: #{?synchronize-panes,on,off}" +# Statusbar-Farbe ändert sich, wenn synchronize-panes aktiv ist +set -g status-right "[#{?synchronize-panes,SYNC ON,SYNC OFF}] [%Y-%m-%d %H:%M:%S]" + +# Hintergrundfarbe aller (inaktiven) Panes +set -g window-style "bg=black" + +# Hintergrundfarbe des aktiven Panes +set -g window-active-style "bg=colour238" + +set -g history-limit 20000