fix ssh TERM, fix hyprlock exit

This commit is contained in:
Murphy 2024-12-06 16:30:38 -05:00
parent 965865453b
commit 7a99665915
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@ bind = $mod, J, togglesplit
bind = $mod, F, fullscreen bind = $mod, F, fullscreen
bind = $mod, L, exec, hyprlock bind = $mod, L, exec, hyprlock
bind = $mod SHIFT, L, exec, killall dbus-run-session bind = $mod SHIFT, L, exit
bind = $mod SHIFT, Q, killactive bind = $mod SHIFT, Q, killactive
bind = $mod, F5, exec, sh -c 'killall waybar; waybar --config ~/.config/waybar/config.hypr' bind = $mod, F5, exec, sh -c 'killall waybar; waybar --config ~/.config/waybar/config.hypr'

View file

@ -44,6 +44,7 @@ alias grep="grep --color=auto"
alias diff="diff --color=auto" alias diff="diff --color=auto"
alias ccat="highlight --out-format=ansi" alias ccat="highlight --out-format=ansi"
alias vim="nvim" alias vim="nvim"
alias ssh='TERM=xterm-256color ssh' # xterm-kitty bad
# manpages # manpages
export LESS_TERMCAP_md=$'\e[1;36m' export LESS_TERMCAP_md=$'\e[1;36m'