20250529.1748531195

This commit is contained in:
fz0x1 2025-05-29 17:06:35 +02:00
parent b5ae1c2bbc
commit 7ede1e15c9
Signed by: fz0x1
GPG key ID: 6F81647BE1B459F4
5 changed files with 119 additions and 115 deletions

View file

@ -15,6 +15,9 @@ set -g default-terminal tmux-256color
set -sa terminal-features ',alacritty:RGB'
set -ga terminal-overrides ",*256col*:Tc"
set -g pane-active-border-style 'fg=orange'
# reset gpg-agent password cache after close the pane (vimwiki diary)
set-hook -g window-unlinked 'run-shell "gpgconf --reload gpg-agent"'