(hypr/tmux) added keybinding to open terminal with tmux attach command,

fixed tmux colors
This commit is contained in:
scbj
2025-07-31 10:06:05 +02:00
parent 5e29255aea
commit 09afbcee12
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
set-option -g default-command "/bin/bash"
# enable rgb colors
set-option -sa terminal-features ',xterm-256color:RGB'
set -ag terminal-overrides ",*:RGB"
# enable mouse support
set -g mouse on