herdr: manage config.toml via chezmoi
Ignore herdr runtime state (session.json, logs, sockets, plugin lock).
This commit is contained in:
parent
ca9d9d206b
commit
5b5ae288b4
2 changed files with 16 additions and 0 deletions
|
|
@ -17,3 +17,9 @@ README.md
|
||||||
40-install-sway.sh
|
40-install-sway.sh
|
||||||
40-install-sway-gentoo.sh
|
40-install-sway-gentoo.sh
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
# herdr runtime state — only config.toml is managed
|
||||||
|
.config/herdr/session.json
|
||||||
|
.config/herdr/*.log
|
||||||
|
.config/herdr/.plugins.lock
|
||||||
|
.config/herdr/*.sock
|
||||||
|
|
|
||||||
10
dot_config/herdr/config.toml
Normal file
10
dot_config/herdr/config.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
[ui]
|
||||||
|
status_indicators = "symbols"
|
||||||
|
|
||||||
|
show_agent_labels_on_pane_borders = true
|
||||||
|
[theme]
|
||||||
|
name = "gruvbox"
|
||||||
|
auto_switch = false
|
||||||
|
|
||||||
|
[ui.toast]
|
||||||
|
delivery = "system"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue