Aerospace failing to parse valid config #1033
Unanswered
JonathanDonald03
asked this question in
potential-bugs
Replies: 1 comment
-
|
Please make sure that you understand TOML. It's very known TOML problem with sections |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When uncommententing the default aerospace config.
[workspace-to-monitor-force-assignment]
1 = 'main'
2 = 'main'
3 = 'main'
4 = 'main'
5 = 'main'
6 = 'secondary'
7 = 'secondary'
8 = 'secondary'
9 = 'secondary'
10 = 'secondary'
I get this error when trying to reload the config:
Failed to parse /Users/jonathan/.config/aerospace/aerospace.toml
workspace-to-monitor-force-assignment.key-mapping: Expected types are 'string' or 'integer'. But actual type is 'table'
Beta Was this translation helpful? Give feedback.
All reactions