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"
|
yadm config --add local.class "$1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
autostart-manage kill waybar
|
||||||
|
autostart-manage restart waybar
|
||||||
|
|
||||||
swaymsg reload
|
swaymsg reload
|
||||||
hyprctl reload
|
hyprctl reload
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,9 @@ search_mode = "fulltext"
|
||||||
secrets_filter = true
|
secrets_filter = true
|
||||||
enter_accept = true
|
enter_accept = true
|
||||||
|
|
||||||
|
inline_height = 0
|
||||||
|
style = "auto"
|
||||||
|
|
||||||
history_filter = [
|
history_filter = [
|
||||||
"^pass",
|
"^pass",
|
||||||
"^ansible-vault",
|
"^ansible-vault",
|
||||||
|
|
|
||||||
|
|
@ -38,8 +38,8 @@ misc {
|
||||||
background_color = 0x1E1F29
|
background_color = 0x1E1F29
|
||||||
disable_autoreload = true
|
disable_autoreload = true
|
||||||
|
|
||||||
#anr_missed_pings = 10
|
anr_missed_pings = 10
|
||||||
#enable_anr_dialog = false
|
enable_anr_dialog = false
|
||||||
}
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
|
|
|
||||||
|
|
@ -123,5 +123,5 @@ export HISTFILE="$XDG_STATE_HOME/zsh_history"
|
||||||
|
|
||||||
source "$plugin_path/zsh-syntax-highlighting.sh"
|
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)"
|
[ -x "$(command -v direnv)" ] && eval "$(direnv hook zsh)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue