diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2025-03-31 12:16:47 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2025-03-31 12:16:47 -0400 |
commit | 4ccdb6fb1f53bc6c799ece8c2f03a0fede093acd (patch) | |
tree | 9d3a73a81547fff442263c28bdfd9d1e98895d5d /.config/wireman/wireman.toml | |
parent | f4c4550e327d9090c82a735d39d104d0bedb602d (diff) |
config cleanup
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] |