diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 844e627..1e489d3 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -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 diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 7d46196..b4b76d2 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -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