(hypr/tmux) added keybinding to open terminal with tmux attach command,
fixed tmux colors
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user