From 678fb436707309e142ebb8f95342c0b37cf42ea5 Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 27 May 2024 11:46:07 +0300 Subject: [PATCH] feat(tmux): focus-events enable --- home/user/.config/tmux/options.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/user/.config/tmux/options.conf b/home/user/.config/tmux/options.conf index 7edeb4a..73956cd 100644 --- a/home/user/.config/tmux/options.conf +++ b/home/user/.config/tmux/options.conf @@ -26,6 +26,8 @@ set -g display-panes-time $_tmux_display_panes_time set -g lock-command vlock # Shell command to lock client +set -g focus-events on + set -g default-terminal "tmux-256color" set -g terminal-overrides[101] "xterm-256color:Tc"