mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +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]]
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user