diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 7de1b30..39997b0 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -39,3 +39,6 @@ XF86AudioNext alt + o rofimoji + +alt + a + $HOME/.config/script/animemode.sh diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 97ffc55..2f76c75 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -17,6 +17,7 @@ export FZF_DEFAULT_OPTS='--height 30% --reverse' export FZF_CTRL_R_OPTS='--sort' export MANPAGER="sh -c 'col -bx | bat -l man -p'" export NIX_PATH="$HOME/.nix-defexpr/" +export TERMINAL="alacritty" autoload -U up-line-or-beginning-search autoload -U down-line-or-beginning-search zle -N up-line-or-beginning-search