AutoYADM commit: 2025-01-14 15:05:05

This commit is contained in:
Daniel Fichtinger 2025-01-14 15:05:05 -05:00
parent 9313c28c58
commit 3db5798b78

View file

@ -9,6 +9,7 @@ set -s extended-keys on
# set -as terminal-features '*ghostty*:extkeys' # set -as terminal-features '*ghostty*:extkeys'
# set -g default-terminal "tmux-256color" # set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",foot*:Tc:extkeys" set -ag terminal-overrides ",foot*:Tc:extkeys"
set-option -g update-environment "WAYLAND_DISPLAY XDG_RUNTIME_DIR"
# # don't let programs rename window # # don't let programs rename window
set -g allow-rename off set -g allow-rename off
# # don't wait after escape sequences # # don't wait after escape sequences