summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/config/hypr/config.d/keybinds.conf2
-rw-r--r--home/config/zsh/zshrc1
2 files changed, 2 insertions, 1 deletions
diff --git a/home/config/hypr/config.d/keybinds.conf b/home/config/hypr/config.d/keybinds.conf
index 4836e1d..d5873c5 100644
--- a/home/config/hypr/config.d/keybinds.conf
+++ b/home/config/hypr/config.d/keybinds.conf
@@ -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'
diff --git a/home/config/zsh/zshrc b/home/config/zsh/zshrc
index 3b66ab2..b7b4423 100644
--- a/home/config/zsh/zshrc
+++ b/home/config/zsh/zshrc
@@ -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'