From 7003613377f364d3917970a4cdadb8030e1c8d94 Mon Sep 17 00:00:00 2001 From: pr0c3550r <pr0c550r@pr0c3550r.de> Date: Thu, 30 Mar 2023 21:45:33 +0200 Subject: [PATCH] Tmux: added option for focus-events --- tmux/.config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index e2c95ea..2a586f6 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -54,3 +54,5 @@ set -g status-keys vi set -g status-right '#{?client_prefix,#[fg=#000000]#[bg=#fabd2f]#[bold] ,}' set -g cursor-style blinking-underline + +set -g focus-events on