From 4ccdb6fb1f53bc6c799ece8c2f03a0fede093acd Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Mon, 31 Mar 2025 12:16:47 -0400 Subject: config cleanup --- .config/wireman/wireman.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .config/wireman/wireman.toml (limited to '.config/wireman/wireman.toml') diff --git a/.config/wireman/wireman.toml b/.config/wireman/wireman.toml new file mode 100644 index 0000000..551793c --- /dev/null +++ b/.config/wireman/wireman.toml @@ -0,0 +1,25 @@ +includes = [ + "$HOME/Workspace/rafta/master", + "$HOME/Workspace/rafta/master/external" +] +files = [ + "resources/schema.proto", +] + +[history] +directory = "" +autosave = true +disabled = false + +[server] +default_address = "http://localhost:50051" +default_auth_header = "" + +[logging] +level = "Debug" +directory = "$HOME/.cache" + +[ui] +skin = "$HOME/.config/wireman/themes/transparent.toml" + +[tls] -- cgit v1.2.3