(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

@@ -33,6 +33,7 @@ exec-once = waybar
$Mod = SUPER
bind = $Mod, Escape, exec, $screenlocker
bind = $Mod, Return, exec, $terminal
bind = $Mod, t, exec, $terminal tmux attach
bind = $Mod, d, exec, $menu
bind = $Mod, q, killactive,
bind = $Mod SHIFT, q, forcekillactive

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