mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 13:22:28 +00:00
chore: Slightly prettify utils toml
This commit is contained in:
parent
d4489648b4
commit
3f81087ae5
|
@ -10,11 +10,11 @@ script = "bluetooth-control.sh"
|
||||||
|
|
||||||
[[data]]
|
[[data]]
|
||||||
name = "Monitor Control"
|
name = "Monitor Control"
|
||||||
preconditions = [
|
|
||||||
{ matches = true, data = { environment = "XDG_SESSION_TYPE" }, values = [
|
[[data.preconditions]]
|
||||||
"x11",
|
matches = true
|
||||||
] },
|
data = { environment = "XDG_SESSION_TYPE" }
|
||||||
]
|
values = ["x11"]
|
||||||
|
|
||||||
[[data.entries]]
|
[[data.entries]]
|
||||||
name = "Set Resolution"
|
name = "Set Resolution"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user