Commit f77912ac72e2

Vincent Demeester <vincent@sbr.pm>
2026-07-29 12:29:06
feat(dots): add herdr configuration
Added config.toml with kanagawa theme, workspace keybindings, collapsed sidebar, system notifications, kitty graphics, and pane history. Makefile target symlinks config to ~/.config/herdr/.
1 parent ff5a8b6
Changed files (2)
dots
dots/config/herdr/config.toml
@@ -0,0 +1,31 @@
+# herdr configuration
+# Managed via dots/Makefile — do not edit ~/.config/herdr/config.toml directly.
+
+[update]
+version_check = false
+
+[theme]
+name = "kanagawa"
+
+[keys]
+prefix = "ctrl+b"
+next_workspace = "prefix+shift+n"
+previous_workspace = "prefix+shift+p"
+
+[ui]
+sidebar_collapsed_mode = "hidden"
+show_agent_labels_on_pane_borders = true
+sidebar_start_collapsed = true
+prompt_new_tab_name = false
+pane_borders = false
+hide_tab_bar_when_single_tab = true
+
+[ui.toast]
+delivery = "system"
+
+[ui.sound]
+enabled = false
+
+[experimental]
+kitty_graphics = true
+pane_history = true
dots/Makefile
@@ -69,6 +69,11 @@ pi-agent-auth : pi-agent
 
 
 
+##@ Herdr
+
+all += herdr
+herdr : ~/.config/herdr/config.toml
+
 ##@ AI Shared Config
 
 all += agent-skills agent-skill-manager-bin ai-config agent-skills-link skills-install