writeXrandrScriptBin: inherit output

main
Zynh Ludwig 2024-08-17 08:15:35 -07:00
parent c4b536f3cf
commit 02fa077d37
1 changed files with 1 additions and 1 deletions

View File

@ -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)
])); ]));