From 85ba6d45d1283cb804f5bd893ad33c04c4bd039c Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sat, 28 Jun 2025 11:47:48 +0100 Subject: [PATCH] Make popup terminal border match fzf style --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index d34d6f3..bc4db89 100644 --- a/tmux.conf +++ b/tmux.conf @@ -63,7 +63,7 @@ if -b '[ "`uname`" = "Darwin" ]' \ 'set -g default-command "reattach-to-user-namespace -l $SHELL"' # Open a popup with running the default shell -bind C-t display-popup -d '#{pane_current_path}' -E '$SHELL' +bind C-t display-popup -S fg=#54546D -b rounded -d '#{pane_current_path}' -E $SHELL # Open a popup with session creator/switcher bind C-s display-popup -B -w 60 -h 10 -E '~/.config/tmux/session.sh'