chore: Slightly prettify utils toml

This commit is contained in:
Liam 2024-08-14 23:20:05 -07:00
parent d4489648b4
commit 3f81087ae5
No known key found for this signature in database

View File

@ -10,11 +10,11 @@ script = "bluetooth-control.sh"
[[data]]
name = "Monitor Control"
preconditions = [
{ matches = true, data = { environment = "XDG_SESSION_TYPE" }, values = [
"x11",
] },
]
[[data.preconditions]]
matches = true
data = { environment = "XDG_SESSION_TYPE" }
values = ["x11"]
[[data.entries]]
name = "Set Resolution"