From d23fc630b8ef4d0e97a7f2a12c675716399bd8b1 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sat, 1 Feb 2025 23:49:42 +0100 Subject: [PATCH] Don't color 'inactive' pane in tmux. --- modules/home-manager/tmux.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/home-manager/tmux.nix b/modules/home-manager/tmux.nix index 066c66a..36cde7f 100644 --- a/modules/home-manager/tmux.nix +++ b/modules/home-manager/tmux.nix @@ -11,7 +11,6 @@ config = lib.mkIf config.crony.tmux.enable { # Enable custom tmux bar settings home.sessionVariables = { - TINTED_TMUX_OPTION_ACTIVE = 1; TINTED_TMUX_OPTION_STATUSBAR = 1; };