mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
fix preconditions for xorg
This commit is contained in:
parent
835b4c3250
commit
10d5010ed2
|
@ -18,11 +18,12 @@ name = "Monitor Control"
|
|||
[[data.preconditions]]
|
||||
matches = true
|
||||
data = { environment = "XDG_SESSION_TYPE" }
|
||||
values = ["x11"]
|
||||
values = ["x11", "X11", "xorg", "Xorg", "tty"]
|
||||
|
||||
[[data.entries]]
|
||||
name = "Set Resolution"
|
||||
script = "monitor-control/set_resolutions.sh"
|
||||
[[data.preconditions]]
|
||||
matches = true
|
||||
data = { environment = "DISPLAY" }
|
||||
values = [":0", ":1", ":2", ":3", ":4", ":5", ":6", ":7", ":8", ":9"]
|
||||
|
||||
[[data.entries]]
|
||||
name = "Set Resolution"
|
||||
|
|
Loading…
Reference in New Issue
Block a user