diff options
Diffstat (limited to '.config/wireman/wireman.toml')
-rw-r--r-- | .config/wireman/wireman.toml | 25 |
1 files changed, 25 insertions, 0 deletions
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] |