fix ssh TERM, fix hyprlock exit
This commit is contained in:
parent
965865453b
commit
7a99665915
2 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@ bind = $mod, J, togglesplit
|
|||
bind = $mod, F, fullscreen
|
||||
|
||||
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, F5, exec, sh -c 'killall waybar; waybar --config ~/.config/waybar/config.hypr'
|
||||
|
|
|
@ -44,6 +44,7 @@ alias grep="grep --color=auto"
|
|||
alias diff="diff --color=auto"
|
||||
alias ccat="highlight --out-format=ansi"
|
||||
alias vim="nvim"
|
||||
alias ssh='TERM=xterm-256color ssh' # xterm-kitty bad
|
||||
|
||||
# manpages
|
||||
export LESS_TERMCAP_md=$'\e[1;36m'
|
||||
|
|
Loading…
Reference in a new issue