Improvde various configs
This commit is contained in:
parent
45e313a4ee
commit
94d9a1de9c
4 changed files with 9 additions and 3 deletions
|
|
@ -14,6 +14,9 @@ portalo_mode_monitor () {
|
|||
yadm config --add local.class "$1"
|
||||
fi
|
||||
|
||||
autostart-manage kill waybar
|
||||
autostart-manage restart waybar
|
||||
|
||||
swaymsg reload
|
||||
hyprctl reload
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@ search_mode = "fulltext"
|
|||
secrets_filter = true
|
||||
enter_accept = true
|
||||
|
||||
inline_height = 0
|
||||
style = "auto"
|
||||
|
||||
history_filter = [
|
||||
"^pass",
|
||||
"^ansible-vault",
|
||||
|
|
|
|||
|
|
@ -38,8 +38,8 @@ misc {
|
|||
background_color = 0x1E1F29
|
||||
disable_autoreload = true
|
||||
|
||||
#anr_missed_pings = 10
|
||||
#enable_anr_dialog = false
|
||||
anr_missed_pings = 10
|
||||
enable_anr_dialog = false
|
||||
}
|
||||
|
||||
decoration {
|
||||
|
|
|
|||
|
|
@ -123,5 +123,5 @@ export HISTFILE="$XDG_STATE_HOME/zsh_history"
|
|||
|
||||
source "$plugin_path/zsh-syntax-highlighting.sh"
|
||||
|
||||
[ -x "$(command -v atuin)" ] && eval "$(atuin init zsh --disable-up-arrow)"
|
||||
[ -x "$(command -v atuin)" ] && eval "$(atuin init zsh)"
|
||||
[ -x "$(command -v direnv)" ] && eval "$(direnv hook zsh)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue