Improvde various configs

This commit is contained in:
Tobias Reisinger 2025-11-23 23:59:07 +01:00
parent 45e313a4ee
commit 94d9a1de9c
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 9 additions and 3 deletions

View file

@ -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
}

View file

@ -3,6 +3,9 @@ search_mode = "fulltext"
secrets_filter = true
enter_accept = true
inline_height = 0
style = "auto"
history_filter = [
"^pass",
"^ansible-vault",

View file

@ -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 {

View file

@ -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)"