writeXrandrScriptBin: inherit output
This commit is contained in:
parent
c4b536f3cf
commit
02fa077d37
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ let
|
||||||
|
|
||||||
getArgList = output: config:
|
getArgList = output: config:
|
||||||
(escapeShellArgs (lists.flatten [
|
(escapeShellArgs (lists.flatten [
|
||||||
(toGNUCommandLine { } { "--output" = output; })
|
(toGNUCommandLine { } { inherit output; })
|
||||||
(lists.optional (isPrimary config) "--primary")
|
(lists.optional (isPrimary config) "--primary")
|
||||||
(toGNUCommandLine { } config)
|
(toGNUCommandLine { } config)
|
||||||
]));
|
]));
|
||||||
|
|
Loading…
Reference in a new issue